Comment by smiga_
5 years ago
What resources would you recommend for learning more about design patterns that are essentially missing language features?
5 years ago
What resources would you recommend for learning more about design patterns that are essentially missing language features?
By writing enough code using design-patterns that you see a pattern to the usage (and abusage) of design-patterns - and get plenty of experience with other languages and paradigms where said patterns are irrelevant.
Start with https://wiki.c2.com/?AreDesignPatternsMissingLanguageFeature...