- Learning Functional Programming in Go
- Lex Sheehan
- 51字
- 2025-02-27 05:14:35
Decorator pattern
Though it is easier to write quality Go code--than quality Java code--without an understanding of the GOF design patterns, it doesn't mean that we, as Go developers, cannot benefit from GOF's insight.
We'll soon see how we can put the Decorator pattern to good use in Go.