SOLID Design Principles in Ruby

This talk covers following SOLID design principles in Ruby with live code examples. Single responsibility principle: an object should have only a single responsibility. Open/closed principle: an object should be open for extension, but closed for modification. Liskov substitution principle: objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program Interface segregation principle: many client specific interfaces are better than one general purpose interface. Dependency inversion principle: depend upon abstractions, do not depend upon concretions Talk will have live code example which will be evolved step by step to use all SOLID principles. This talk will also answer the question why just following these principles will make your code more clean readable, extensible and better. Also make you better programmer. Talk would take around 30-40 minutes. Talk would be definitely useful for both noob and advanced Ruby programmers.
Length: 28:08
Views 478 Likes: 6
Recorded on 2014-03-22 at RubyConf India
Look for other videos at RubyConf India.
Tweet this video