
10-19-2005, 06:21 PM
|
|
Registered User
|
 |
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
|
|
|
I do agree that having your own format
of code that works for you is something every programmer will develop.
I have more than 20 years of programming under my belt,
and when I write any program there is an order to it,
each command and bracket gets its own line, I indent nested blocks of code,
but I do it all as naturally as breathing.
I don't need to think about it, I just do it.
But I don't need to write a lengthly document explaining how I do it,
since everyone who sticks with programming of any kind will pick it up anyways to save their own sanity when they go back to edit their old code. |
|
|
|