0
Indentations
In Code Coach, when writing the code, are the indentations created automatically when you run or do we space it ourselves?
2 ответов
+ 8
Emmanuel Tochukwu as a general rule no the indentions are not pre-set and if you do discover one or two it is good to recheck rather the indention is true or not.
It's always good to code indent where necessary for good clean coding along with comments so that other coders can quickly see what you were doing verses attempting to read code and trying to figure out what you meant.
+ 3
No interpreter will edit the code by itself. It either doesn’t need indentation or it does, and it’s up to you to put it in.