- 04 July 2017
- Patterns Ruby Design
- SOL[I]D - Interface Segregation Principle
We've covered three SOLID principles so far. But this one is going to be special. Interface Segregation Principle refers to Interfaces, but we don't have it in Ruby. Should we omit this part? I don't think so, we can still learn something from it.