This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
/**
* Locates a Contractor based on a user defined search query.
*/
Could also be....
/**
* Locates a record based on a user search query.
*/
SCJP 6.0, SCJD (400/400), SCBCD for JEE 5, SCWCD 1.4 I do videos for development at
http://www.youtube.com/user/thejartender?feature=mhee
I am probably the only developer ever to have had an orange sized brain tumor in my brain while learning development!!
Alex Belisle Turcot
Ranch Hand
Joined: Apr 26, 2005
Posts: 516
posted
0
Yucca Nel wrote:An example of what I am asking...
/**
* Locates a Contractor based on a user defined search query.
*/
Could also be....
/**
* Locates a record based on a user search query.
*/
You should say what it does...
A low level class named "DatabaseHelper" could be "locating records based on arguments provided".
An higher level class named "ContratorServices" could be "locating contractors based on user defined search query.