Code standard for WWTravelClub – Dos and don’ts when writing code
In Chapter 4, Best Practices in Coding C# 12, we learned that, 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, this is no different. The way we decided to present the standard for it is by describing a list of dos and don’ts. We have followed this list 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 develop it in a practical and good manner.
It is also important to remember that, in the Understanding and applying tools that can evaluate C# code section of Chapter 4, Best Practices in Coding C#12, we have discussed some good tools that can help you define a coding style for your team.
In addition, the statements...