|
Ryan Tomayko has pointed out, my blog title does not conform to standard Ruby coding conventions. We need to fix this.
Ryan Tomayko has done a review of blogs using
code snippets as
there title and has pointed out that mine does not conform to
generally accepted Ruby coding standards. You see, in
“{ | one, step, back | }” I use spaces
between the vertical bars and the argument names. Proper Ruby code
would never be written that way.
He’s right. So in order to promote better Ruby coding practices, I’m
renaming the blog to “{ |one, step, back| }”.
Let it never be said that I ignore standards.
An aside: The use of {||} in the title was inspired by a
Smalltalk logo that used [|]. See the powered by banner at the bottom
of the sidebar in James Robertson’s
blog for an example.
|