Answer the question
In order to leave comments, you need to log in
Is there any literature to raise the quality of the code and describe the standards?
Good day.
I want to raise the quality of my code to understandable standards among programmers, as well as companies.
The whole point is that some of my designs are incomprehensible to colleagues because of their complexity and alternative approach to tasks.
I also want to get rid of the flaws in the code, but first you need to find them.
An example of a "bad practice" (if so):
There is a stupid habit (if it is stupid) to write code in a paranoid style, i.e., while writing the code, I will create a large number of branches, which allows you to detect any error during operation and output an error (if there was one , and even better - fix it).
I understand perfectly well that this is a small relic of procedural programming in languages without a clear definition of data types, and so on, you need to catch errors (with clear data types (like java), try-catch is enough for me).
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question