Programming languages: out of the box legibility and extensibility
- by sova
Two excellent results of SOLID development ideology are
- Legibility
- Extensibility
over the life of a project (http://en.m.wikipedia.org/wiki/Solid_(object-oriented_design)
Although SOLID is a set of language-agnostic design ideas, some languages inherently support these ideas better than others. Out-of-the-box or after various…