D
D
Dmitry2015-06-10 14:56:28
Java
Dmitry, 2015-06-10 14:56:28

What books are there on the correct writing of code, on the correct structure of the code?

Tell me, what books are there on the correct structure of the code, on the organization of the code, in order to raise your level of programming

Answer the question

In order to leave comments, you need to log in

11 answer(s)
M
Melkij, 2015-06-10
@melkij

Classic:
McConnell's Perfect Code
Fowler's Refactoring

M
Maxim Moseychuk, 2015-06-10
@fshp

Steve McConnell "Perfect Code"

M
Marina, 2015-06-10
@MJee

"Clean code" www.ozon.ru/context/detail/id/21916535
"Refactoring" www.ozon.ru/context/detail/id/1308678

K
Kirill Mokevnin, 2015-06-12
@toxicmt

And the most classic classic is "The Structure and Interpretation of Computer Programs" www.ozon.ru/context/detail/id/5322055/. Rethinking life after it is guaranteed;)

U
urmi tilek uulu, 2015-06-10
@urma

There is a book by Steve McConnell "Perfect Code"

A
Andrey Ovsyankin, 2015-06-10
@EvilBeaver

Refactoring is already for the more experienced, IMHO. But McConnell - yes, definitely a fundamental book in the profession.

Z
Zapletin Evgeniy, 2015-06-12
@jff

In my opinion the most classic classic is " Design Patterns " by the Gang of Four. Also available in Russian.

V
Vasily Trotsky, 2015-06-12
@mrsom

I repeat, but perhaps this will only confirm the value of the literature in the list:
1. Perfect Code, S. McConnell 2.
Refactoring, M. Fowler
3. Design Patterns, GoF

A
Artem Gapchenko, 2015-06-18
@artemgapchenko

Well, since you asked this question in the "Java" section, you can also look through the "Java Code Conventions" .

N
NikolayDe, 2015-06-18
@NikolayDe

Code Conventions for the Java TM Programming Language
www.oracle.com/technetwork/java/codeconvtoc-136057.html

P
ProstoTyoma, 2015-06-18
@ProstoTyoma

Every developer should read The Pragmatic Programmer by Andrew Hunt and David Thomas

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question