Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #9009
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | naming convention |
| Date | 2011-10-19 15:19 -0700 |
| Organization | Canadian Mind Products |
| Message-ID | <iviu97l56qk00qhu8vtmb471l6slhv294v@4ax.com> (permalink) |
I write a lot of code of this form: 1. method that reads all files in a set one at a time 2. method the processes contents of one file, scanning for chunks 3. method that processes one chunk. There are basically two types: read only and read-modify. It should be a design pattern. My question is, what naming convention do you use so that when methods are listed alphabetically they group logically? -- Roedy Green Canadian Mind Products http://mindprod.com It should not be considered an error when the user starts something already started or stops something already stopped. This applies to browsers, services, editors... It is inexcusable to punish the user by requiring some elaborate sequence to atone, e.g. open the task editor, find and kill some processes.
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar
naming convention Roedy Green <see_website@mindprod.com.invalid> - 2011-10-19 15:19 -0700
Re: naming convention Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2011-10-19 15:40 -0700
Re: naming convention markspace <-@.> - 2011-10-19 16:09 -0700
Re: naming convention Lew <lewbloch@gmail.com> - 2011-10-19 18:53 -0700
Re: naming convention markspace <-@.> - 2011-10-19 19:30 -0700
Re: naming convention Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-10-20 06:42 -0300
Re: naming convention Travers Naran <tnaran@gmail.com> - 2011-10-20 07:23 -0700
Re: naming convention Tom Anderson <twic@urchin.earth.li> - 2011-10-20 20:42 +0100
csiph-web