Skip to content

Instantly share code, notes, and snippets.

@SriMaddy
Created April 26, 2015 12:20
Show Gist options
  • Save SriMaddy/12ff914a1b2d92dc5124 to your computer and use it in GitHub Desktop.
Save SriMaddy/12ff914a1b2d92dc5124 to your computer and use it in GitHub Desktop.
Practical OOD in Ruby : Addison - Wesley
Duck Typing :
-> Abstract class / interface
-> To make code to be easy to change
-> increases flexibitlity
Statically Typing VS Dynamically Typing
Meta Programming : Writing code that writes code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment