Namespaces Can Make Shorter Rake Tasks
One of the brilliant (and frustrating) things about coding is that you can use the same language, same framework for, oh, 20 years and still find something new.
What I just realized – yesterday – was that namespaces for rake tasks can make tasks shorter.
Post a comment