+ 1
Best practices example
hey guys I'm learning C#, any good example for coding?
1 Respuesta
+ 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#.