+ 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
3 Respostas
+ 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
+ 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
+ 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/