Refactoring to Reveal Rails Group_by
Refactoring is a humbling process – especially when you write a 10-line method only to discover that it already exists! This blog post refactors some bad code to reveal the Rails group_by method in all its glory.
Post a comment