D
D
Dmitry2016-04-28 00:21:05
ASP.NET
Dmitry, 2016-04-28 00:21:05

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

2 answer(s)
S
Sergey, 2016-04-28
Protko @Fesor

- 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.

A
akass, 2016-04-28
@akass

McConnell - Perfect Code
Bob Martin - Clean Code
Fowler - Enterprise Application Architecture
Gang of Four - Patterns

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question