08/09/2017
New blog post by Nacho Salvador: How to verify that your code conforms to the coding standards
Coding standards or programming style describes a set of rules by convention to guide us how to write code. Basically, this set of rules describes how to format code regarding indentation, variable names, conditional sentences, etc. This way the code of a project is more homogenized so it allows the...