[Webtest] [dev] what naming patterns to use?
Dierk Koenig
webtest@lists.canoo.com
Fri, 29 Oct 2004 16:52:01 +0200
Hi developers,
so far we have used the Taligent naming pattern, i.e.
- local param names are "as is"
- fields are prefixed with "f"
- static fields (if any) are prefixed with "s"
the recent changes deviate from that pattern by e.g.
- fields are sometimes prefixed with "_" (JDK style)
- local params are sometimes suffixed with "_"
I don't want to be picky about these details as
any decent IDE shows the distinctions anyway but
there may be a specific reason for the style change
that I haven't seen so far.
- What style does everybody prefer?
(I can live with any style)
- Does everybody agree on having a consistent style?
(we could use checkstyle in the build)
cheers
Mittie