Best practices example | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Best practices example

hey guys I'm learning C#, any good example for coding?

22nd Feb 2018, 3:44 PM
Camilo Medina
Camilo Medina - avatar
1 Answer
+ 2
1. Use proper name of functions and identifiers 2. Indent your code 3. Place curly braces properly 4. Use modern IDE or text editor these features are built into it. 5. And about C# you can checkout to Microsoft Virtual Academy https://mva.microsoft.com there plenty of free course on C#.
23rd Feb 2018, 8:00 AM
Dipendra Shrestha
Dipendra Shrestha - avatar