Answer the question
In order to leave comments, you need to log in
What books or articles are there about what is not recommended to be done in the code?
What books or articles are there about what is not recommended to be done in the code? Concerning algorithmization.
Example: meaningless recursion, duplication of conditions, variable names with one character, and so on. And not only at the basic level.
Answer the question
In order to leave comments, you need to log in
1. Bob Martin "Clean Code";
2. Martin Fowler "Refactoring. Improving existing code".
There are many positive reviews and review articles for both books, on the same hub.
Look for videos on youtube. Don't limit yourself to reading
Concerning algorithmizationit is possible from the opposite - if you did not find your algorithm with Knuth, then it is wrong.
name of variables with one character, etc.linters check
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question