|
|
|
|
|
by alphamerik
5834 days ago
|
|
I do indent my code, but I prefer to auto-indent. Using indentation to determine if a line of code falls inside or outside some logic block requires a lot more effort for me.
Would much rather just use curly braces. Curly braces also make copying and pasting code blocks much easier. |
|