I keep bumping into term “easly extendable” class/library. I wonder what exectly makes it easy extendable? What must I remember about to create easy extendable classes/libraries? I am interested mainly in .net but any general knowledge will be usefull.
I keep bumping into term easly extendable class/library. I wonder what exectly makes it
Share
In my view, it’s that the class/library uses good design practices (in order of importance to me) such as
And a few other things that I can’t remember now :).