[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "static" declaration



I don't have any objection to static variables.  I just want to be able
to see the list of all instance variables of a class.  Java, with minimally
decent programming conventions (put all the variable declarations at
either the start or the end of the class rather than all over the place) is
fine with me as far as this goes.

>
>as also said by Brooks:
>(in ye auld tongue)
>
>_The Mythical Man-Month_ [Chapter 9]
>
My, Brooks really did have so much figured out so long ago.  Time for
me to re-read the book!