WWTravelClub – DOs and DON'Ts in writing code
As a software architect, you must define a code standard that matches the needs of the company you are working for.
In the sample project of this book (check out more about the WWTravelClub project in Chapter 1, Understanding the Importance of Software Architecture), this is no different. The way we decided to present the standard for it is by describing a list of DOs and DON'Ts that we followed while writing the samples we produced. It is worth mentioning that the list is a good way to start your standard and, as a software architect, you should discuss this list with the developers you have in the team so that you can evolve it in a practical and good manner.
In addition, these statements are designed to clarify the communication between team members and improve the performance and maintenance of the software you are developing:
- DO write your code in English
- DO follow C# coding standards with...