[Not necessary to read]
Few weeks/months on the discord, a user told me to research about the "decorator pattern". At that time i was acquiring the IOClass.
So i looked it up today, made clearance and read that there is the "factory pattern" which counters the negative side of the decorator pattern. Further researches lead to "Gang of Four" a book with 23 design patterns from 1994.
So my question is, is GoF still a thing? I mean i know some examples from the jdk (but as we know java is object driven and old), but is it still considered the standard and common knowledge or are there newer/better patterns or concepts?
To me it doesnt seem to hurt to know them (or rather beneficial). So i will definitely learn about them. I was just currious