J
Jon Paugh
Is there a standard for where to put the different
categories of code in a class file? For example, after the
class declaration, normally I put class variables, then
constuctor, then private methods, public methods, then
properties etc. Is there a standard for this order?
Anyone know of a good template in CodeSmith or in the MS
VS template language that seperates the different pieces
of code?
Thanks!
Jon Paugh
categories of code in a class file? For example, after the
class declaration, normally I put class variables, then
constuctor, then private methods, public methods, then
properties etc. Is there a standard for this order?
Anyone know of a good template in CodeSmith or in the MS
VS template language that seperates the different pieces
of code?
Thanks!
Jon Paugh