User icon
"I have a dream that my four little objects will one day live in a program where they will not be judged by their class but by their methods and attributes"

-Martin Luther King
Comments
  • User icon
    sounds like OOP
    • User icon
      duck typing, a concept in dynamic languages

      very useful to reduce dependencies in a class and make decoupled code


      the name comes from : If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck.