U
U
Urukhayy2015-04-03 11:04:45
Programming
Urukhayy, 2015-04-03 11:04:45

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

7 answer(s)
I
ivkol, 2015-04-03
@Urukhayy

McConnell "Perfect Code"

M
maaGames, 2015-04-03
@maaGames

govnokod.ru - in examples

N
NatKa, 2015-04-03
@NatK

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.

D
Denis Krivoschekov, 2015-04-03
@densomart

Look for videos on youtube. Don't limit yourself to reading

U
uvelichitel, 2015-04-03
@uvelichitel

Concerning algorithmization
it 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

N
Nikita, 2015-04-04
@jkotkot

Google for the word antipatterns

C
Cyril, 2015-04-09
@krog

"Code complete" by McConnell. Translated, sort of like "Perfect Code"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question