Answer the question
In order to leave comments, you need to log in
Conceptual themes, books, without reference to language, who knows what?
Hello! What are the conceptual topics, books that are not tied to any language, but are, as it were, general applicable to any language, for example, design patterns, what else is there?
Answer the question
In order to leave comments, you need to log in
- Functional programming is a language
-neutral concept - OOP is a language-neutral concept (even if you have a purely functional programming language, you can "emulate" objects to hide state).
- Code testing - not tied to the language. As well as approaches like TDD and BDD (Kent Beck is good here)
- DDD - not tied to the language (read Eric Evans)
- Refactoring (Martin Fowler)
- Application architecture (we read about SOLID from Robert Martin, about GRASP - from Craig Larman There are also all sorts of "pragmatic programmer" dave thomas, etc. Well, again, Fowler)
- Databases - not tied to the language at all.
You can go on for so long. In fact, a good 90% of everything is not tied to the language.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question