Hi All,
in case someone is in interest of the subject I repost here what I have
found in the internet some time ago.
>>I apologize for being so intrusive.
>>I will only provide links to educational resources, in case it would be
interesting for anyone.
>>GitHub - AlexanderGrom/go-patterns: Desig
I think many of you are confusing things. Many GOF patterns are still the
basis of today's programming. For example, the way that React or Vue manage
states, whatever you are using Pinia or Redux, they are no more than the
Observer pattern combined with the Proxy. And they are now native in
van