|
|
|
|
|
by dgb23
1772 days ago
|
|
Many of the Design Patterns emerge from the fact that a given language does not have first class functions AKA closures AKA objects. So in a way it is working around the limitation of a language not being object oriented enough. |
|