06.11.2011, 21:34
the point in using a fixed indentation is also to make your code more viewable for yourself and others..
if you have everything written in somehow, you won't find anything later.. or at least won't get several parts as you just don't know where you currently are, when something starts and when something else ends...
just do it e.g. like this:
after each { or after any "if" call one "tab" to the right and after each } or when an "if" ends one "tab" back..
if you have everything written in somehow, you won't find anything later.. or at least won't get several parts as you just don't know where you currently are, when something starts and when something else ends...
just do it e.g. like this:
after each { or after any "if" call one "tab" to the right and after each } or when an "if" ends one "tab" back..