Posts tagged "oop"
-
Cron tasks as Interactors
How OOP benefits the scripts in your application
-
Rails helpers as a class
How to use Rails' helper methods usable outside of ActionView
-
Composition over Inheritance
A re-exploration of what this phrase actually means
-
Abstract Interfaces in Ruby
Declare a method interface for Ruby classes
-
objectification
How Ruby encourages bad OOP design
-
duck, duck, goose
If it quacks, does it really quack like a duck?