Bloom Code Guidelines

Attitude

Your code should be easy redable & understandable for the other developers.
Code should be written to minimize the time it would take for someone else to understand it.
Try to keep same code style everywhere over the code to prevent confuse of the reader.

* Most of below examples are relevant to Java, TypeScript, JavaScript languages

No comments:

Post a Comment