In C# does certain placement matter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In C# does certain placement matter?

This might seem like a weird question but does it matter? As in like spaces between paragraph of coding, or things placed like [part of code] [next part of code situation] Is that important as in will it change the code? Or is it for it to be more neat

11th Nov 2018, 6:11 PM
dapper-robot
dapper-robot - avatar
3 Answers
+ 1
No it does not matter. Please use as many as you like to make the code more readable. https://code.sololearn.com/cOhaVy7hn32E If you wanna know if it is possible just try. Compiler errors are free and do not hurt, as long as you are developping. https://www.oreilly.com/library/view/programming-c/0596001177/ch03s04.html
11th Nov 2018, 8:35 PM
sneeze
sneeze - avatar
+ 6
*\(^-^)/* "So if you want to go fast, if you want to get done quickly, if you want your code to be easy to write, make it easy to read." Robert C. Martin
11th Nov 2018, 7:02 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 5
Code should be like a story, easy to read and understand! Posts in Q/A section should be programming-related and aimed at helping individual learners and community members improve their programming skills! Please, read us guidelines: https://www.sololearn.com/discuss/1316935/?ref=app An useful code for any new user here!;) https://code.sololearn.com/WvG0MJq2dQ6y/
11th Nov 2018, 6:53 PM
Danijel Ivanović
Danijel Ivanović - avatar