|
|
|
|
|
by boblivion
2421 days ago
|
|
It's not about runtime objects, its about static code that should be closed for modification. Plugin architectures are most representable thing for this I can think of: You don't need to change any code. You just write new code and extend the capability of the existing code. In this case you don't even need to recompile anything.
Of course plugin architectures are the extreme. |
|