|
|
|
|
|
by rrrazdan
1862 days ago
|
|
I could literally not use any indentation and the machine would still understand me. Not sure how they matter for machines? They do matter for humans though. The reason we write code and structure it the way we do is for human convenience. One of those conveniences is thinking of the layout of code as a visual help to scan and read it. As such I am very much organizing my code like a graphic designer would organize information. Edit: Indentations do matter in some languages and used to signify information. But not in a lot of them. The point still stands that most of the time we are using them for visual purposes not information to the compiler/interpreter. |
|