Sometimes, You Just Don’t Need a Plugin

I loved this blog post by Obie Fernandez because it illustrates how we, as developers,
sometimes choose the more technically challenging way to do things
instead of just the simple way.

In blog entry, this developer needed to solve a problem, and ended up
writing a whole rails plugin for it. If you read through the
comments, you'll realize he took the difficult route. His problem
could have been solved by some simple OOP.

Read the blog entry, from top to bottom including the comments. I love it
because it shows how sometimes you just need to write a few lines of
code. :)

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart