Y
Hacker News
new
|
ask
|
show
|
jobs
by
tubthumper8
413 days ago
Can you expand more on the Gang of Four comment? Which separation does GoF describe that is applicable in this context? And what is the definition of a "concern"?
1 comments
tipiirai
413 days ago
GoF is all about "Elements of Reusable Object-Oriented Software": and separation of concerns is at the heart of it:
https://www.geeksforgeeks.org/gang-of-four-gof-design-patter...
link