_
_
_umr2017-01-23 12:09:00
Java
_umr, 2017-01-23 12:09:00

An up-to-date book on design patterns for a javaist?

What book to take? Or can you suggest an article or video? Whatever article or video I don’t look at, everywhere they throw tomatoes at the author, saying that he doesn’t present everything correctly, and in general, this particular template was conceived for something else.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vorh, 2017-01-23
@Umr001

Первый вариант ,как уже упоминали товарищи выше, можно попробовать начать с Design Patterns Банды Четырёх ,но примеры показанные в ней для меня были не совсем понятны ,так как я не работал не с каким другим языком кроме Java
Второй вариант Head First Design Patterns - простым, общедоступным языком объясняются основные паттерны с примерами на Java
Третий вариант ,но только если вы собираетесь работать конкретно c JavaEE то книга Java EE. Паттерны проектирования для профессионалов

A
azShoo, 2017-01-23
@azShoo

You can safely start with the Design Patterns of the Gang of Four.
She is still relevant.
Unfortunately, the code examples there will not be in Java, but the principle of applying patterns does not change from this.

F
Frozen Coder, 2017-01-23
@frozen_coder

Read the classics of the gang of four - www.ozon.ru/context/detail/id/2457392 , and also google better, there are a lot of similar questions on the toaster itself. For the most part, all new patterns are based on old, good and long-described ones, and they also do not depend on the language, because this is a design decision, concept, idea, model, and not implementation.

S
StepEv, 2017-02-02
@StepEv

I'll add Larman, Using UML and Design
Patterns What's great about it is that it doesn't just list patterns, it teaches how to use them in the application design process.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question