coderkitty
12 postsThe double bang
In Ruby, you can simply negate an expression by using "!" abc = 'abc' !abc #=> false Similarly, abc = 'abc' !abc #=> false !!abc #=> true Ruby's double-bang negates the negated statement, which...
Surviving the Last Mile
Sharing with you what it felt like, having to survive the last mile of an application. What it really means, what we did.
Coderkitty attests to Scrums' success
Last September 2 and 3, I was privileged to have been sent to an Agile Training at Sofitel. I met a lot of good people wanting to implement...