I still remember the excitement I felt when I wrote my first basic program on the BBC Micro at school.
Read MoreTag: programming
Build Sleek Rails Components With Plain Old Ruby Objects
This article was translated by Marisela Ordaz into Spanish
Your website is gaining traction, and you are growing rapidly. Ruby/Rails is your programming language of choice. Your team is bigger and you’ve given up on “fat models, skinny controllers” as a design style for your Rails apps. However, you still don’t want to abandon using Rails.
No problem. Today, we’ll discuss how to use OOP’s best practices to make your code cleaner, more isolated, and more decoupled.
Read More