Re: Consistent argument naming
Andrew Kohlsmith <[email protected]>
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Organization | Benshaw Canada |
| Message-ID | <[email protected]> |
> I'd strongly disagree with this. From the perspective of the standard > widgets and themes being example code, reference code even, they should > be strictly consistent in terms of style - everything should be written > in the same way; the same spacing, the same naming conventions, the same > commenting style. I agree that consistency is a very good and important thing. However that doesn't mean that the first variable in every function be named the same thing. Variables should be intelligently named and short enough to not drive the programmer crazy while writing. :-) Regards, Andrew