Skip to content

Instantly share code, notes, and snippets.

@noahpatterson
Last active August 29, 2015 14:01
Show Gist options
  • Save noahpatterson/2e3f9134a0acb31ca7e9 to your computer and use it in GitHub Desktop.
Save noahpatterson/2e3f9134a0acb31ca7e9 to your computer and use it in GitHub Desktop.
Notes from Practical Object-oriented Design in Ruby

Notes from Practical Object-oriented Design (OOD) in Ruby

#Chapter 1

  • Good example of OOD vs Procedural

    Procedural programming is like one of us going through our daily routine. Wake up, eat breakfast, brush teeth, leave for work. OOD is where each thing in your life can do multiple things, your car, your cat, your spouse but they all can interact with each other. You spouse cat run over your cat's tail while using your car.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment