Coding standards part 2: .editorconfig, documentation and strict types
In the previous article, we already learned a lot about coding standards, and today I like to discuss three more points: the file .editorconfig, the documentation of your code, and the declaration of strict types. The file .editorconfig The .editorco...
May 16, 20237 min read62


