- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 85字
- 2021-06-25 22:00:28
C# coding conventions
Using the guidelines in C# coding conventions facilitates the mastery of writing clean, readable, easy to modify, and maintainable code. Use variable names that are descriptive and represent what they are used for, as shown in the following code:
int accountNumber;
string firstName;
Also, having more than one statement or declaration on a line clogs readability. Comments should be on a new line and not at the end of the code. You can read more about C# coding conventions at: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions.
推薦閱讀
- Building a RESTful Web Service with Spring
- Leap Motion Development Essentials
- Windows系統管理與服務配置
- Java應用開發與實踐
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Java應用開發技術實例教程
- Learning ELK Stack
- Node.js:來一打 C++ 擴展
- C語言程序設計
- 編程菜鳥學Python數據分析
- Web性能實戰
- Principles of Strategic Data Science
- Django實戰:Python Web典型模塊與項目開發
- Learning VMware vSphere