Everyone wish to write the better code, But How, Is there any pattern / behaviour? Can anyone point to your code what can be improved?
Category: Programming
SOLID Principle in Ruby on Rails
SOLID Stands for: Single responsibility principle Open/closed principle Liskov substitution principle Interface segregation principle Dependency inversion principle The acronym stands for principles to help software