Thursday, June 16, 2022

coding style

coding style

  1. Code Style & Readability - Grouping Things Together
  2. How we group class members together makes a huge difference in the readability of our code.

    This is another article about code readability. This time focusing more on how we should group members together, and also showing some cases of just bad rules that some places and people seem to enforce for no actual benefit.

  3. Code Style & Readability
  4. Reasonings behind code-styles and why we shouldn't be using "auto-formatters" all of the time

    Lately, I see an excessive use of code-formatting tools. The basic argument is that if the code follows a strict standard, it is easier to read. Yet, what is easier to read for a computer is not necessarily easier to read for humans, and this article will present situations where understanding the code style is more important than just following a "simple recipe" that can make things really weird.

No comments:

Post a Comment