TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best way to learn design patterns?

2 pointsby omosubiover 4 years ago
I've been working as a developer for a while now but I work a lot on small bugs or on established products - how should I go about learning larger designs and design patterns? I feel like my knowledge is lacking in this area.

1 comment

jbokaabout 4 years ago
I recommend you to buy some proper books to get familiar with well written design patterns. Classics are &quot;Design Patterns&quot; from the Gang of Four (GoF), &quot;Pattern-Oriented Software Architecture&quot; by Buschmann et al. or &quot;Enterprise Integration Patterns&quot; by Hophe and Woolf which patterns are partly available on the website <a href="https:&#x2F;&#x2F;www.enterpriseintegrationpatterns.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.enterpriseintegrationpatterns.com&#x2F;</a>.<p>The first two books I consider almost a must read. Actually it&#x27;s not about reading them but learning the patterns. More about this here: <a href="https:&#x2F;&#x2F;www.industriallogic.com&#x2F;papers&#x2F;learning.html" rel="nofollow">https:&#x2F;&#x2F;www.industriallogic.com&#x2F;papers&#x2F;learning.html</a>