PreviousNext

C# Coding Guidelines & Practices

by bill-s, 2021-02-24T23:26:02.247Z

This repo highlights the list of software engineering guidelines in general. Most of these are industry-wise conventions, thus using them will ensure that your code is easily readable by people who are not you. It's a fact that coding standards are arbitrary. The key to a successful maintainable project, however, is not which standards you follow, but that you are consistent.

Read More