Please tell me books about how to correctly build programs. Maybe there are programs that simplify this. I started learning C, there’s some kind of functional programming (correct, if you made a mistake) Then I think to write a few C programs and learn Java (as far as I know OOP is there). Please tell me at least one book on writing programs (functional) and in object-oriented style.

Thank)

Closed due to the fact that it is necessary to reformulate the question so that it was possible to give an objectively correct answer to the participants insolor , Kromster , Cheg , Darth , andreymal 11 Sep '17 at 10:44 .

The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • on design - immortalWarrior
  • Here is a good selection: map.hexlet.io/pages/books Computer architecture Code. The secret language of computer science (Charles Petzold) Programming The structure and interpretation of computer programs (Harold Abelson, Gerald J Sassman) Algorithms. Introductory Course (Thomas H. Kormen) Perfect Code (Steve McConnell) - spectre_it
  • Procedural , not functional. :) - D-side

0