Back to Home

In This Article:

🤔 Notice something is missing or not working? → Please contact Zoel (zoelbastianbach@agate.id) on Ms. Teams!

https://embed.notionlytics.com/s/TTBVNGRreGhSV00zYm5sRE9IWkJObWRRV2pjPQ==

Overview


Coding standards are collections of coding rules, guidelines, and best practices. It gives a uniform appearance to the codes written by different engineers and developers, and improves readability and maintainability of the code while reducing the complexity. It also helps in code reuse and helps to detect error.

Coding Style


Coding style causes the most inconsistency and controversy between developers. Each developer has a preference, and rarely are two the same. However, consistent layout, format, and organization are key to creating maintainable code. The following sections describe the preferred way to implement C# source code in order to create readable, clear, and consistent code that is easy to understand and maintain

Quick Summary

Coding Style Summary

Formatting

Code Commenting

Language Usage


Quick Summary

Language Usage Summary

General

Variable and Types