naming conventions
From: Roedy Green (look-on_at_mindprod.com.invalid)
Date: 06/29/04
- Next message: Stefan Poehn: "Re: Fill Microsoft Excel *** from JAVA via ODBC"
- Previous message: Hamed Seifoddini: "Re: jsp"
- Next in thread: Alexandr Molochnikov: "Re: naming conventions"
- Reply: Alexandr Molochnikov: "Re: naming conventions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jun 2004 15:43:46 GMT
Here are some vocabulary / method naming questions.
What verbs would you use to describe the following:
1. taking data and putting it in GUI Components for display.
2. sucking data out of GUI components, and validating it.
3. converting data from internal form to String
4. converting data from String representation to internal form, e.g.
Date, int and validating it.
5. serialising and writing an object.
6. reading and reconstituting an object.
What sort of method names would you use for those processes for single
fields and for groups of fields or entire objects?
-- Canadian Mind Products, Roedy Green. Coaching, problem solving, economical contract programming. See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
- Next message: Stefan Poehn: "Re: Fill Microsoft Excel *** from JAVA via ODBC"
- Previous message: Hamed Seifoddini: "Re: jsp"
- Next in thread: Alexandr Molochnikov: "Re: naming conventions"
- Reply: Alexandr Molochnikov: "Re: naming conventions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]