Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How To Dramatically Improve Your Ruby Code With Fundamental OOP Principles

A very important topic in object-oriented design is cohesion & coupling. Cohesion is about the relationship between all the methods inside a class. Are they using the same set of instance variables & parameters, all working together towards the same goal? Or does every method feel separate from each other? Coupling is how dependent is […]

The post How To Dramatically Improve Your Ruby Code With Fundamental Oop Principles appeared first on RubyGuides. Don't miss your free gift here :)



This post first appeared on Black Bytes, please read the originial post: here

Share the post

How To Dramatically Improve Your Ruby Code With Fundamental OOP Principles

×

Subscribe to Black Bytes

Get updates delivered right to your inbox!

Thank you for your subscription

×