S
S
Sergey Nizhny Novgorod2016-07-05 14:08:11
Programming
Sergey Nizhny Novgorod, 2016-07-05 14:08:11

Is there a book on proper code design?

Hello.
Now programming in Python, I'm starting to face the fact that I have to copy-paste the code, or take the same type of code and adjust it to the task. I don't like it very much.
Is there any literature on correct code building in complex applications to defeat code redundancy. Preferably for Python.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alec Onim, 2016-07-05
@Terras

Clean Code
Perfect Code
Programmer Pragmatist
These books I can safely advise :) well, practice, plus watching a bunch of shit code contributes to the love of good code and the gradual development of good practices. It is also very important that you have to continue to support what you wrote, otherwise it is difficult to instill a development culture.

K
Kirill Mokevnin, 2016-07-19
@toxicmt

Nobody mentioned the most important books.
SICP and HTDP

E
Eugene, 2016-07-05
@zolt85

Clean code

K
kirill3333, 2017-01-10
@kirill3333

https://refactoring.guru/ru

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question