Ask HN: Is Gang of Four still the standard on design patterns?
1•Desafinado•2h ago
If I wanted to pick up some books on design patterns which would be considered good purchases in 2025? Is the book by the Gang of Four still relevant? If not what else should we look at?
Comments
CharlieDigital•2h ago
They are still useful because they identify fundamental patterns in how code gets organized and different concepts get connected. GoF design patterns give you a linguistic description of common structural organizations of data/logic flows.
CharlieDigital•2h ago