Understanding SOLID: Open Close principle
Open Close principle
Software entities (functions, classes, modules, etc) should be open for extension and closed for modification. Bertrand Meyer 1988
as we can observe from this principle, entities should be extendable but closed for changes, ...
ashraf-mohamed.hashnode.dev8 min read
Miki Szeles
Everything related to test automation
Great article, Ashraf. ππ