€ £ $ ¥ ₽
Thanks to Stack Overflow’s annual survey, we now have this gem (pun intended) of data:
Is this as absurd as it appears? Let’s take a closer look.
Thanks to Stack Overflow’s annual survey, we now have this gem (pun intended) of data:
Is this as absurd as it appears? Let’s take a closer look.
Small adjustment to Tim Pope’s outstanding Effortless Ctags with Git:
To get ctags to also index all bundled gems (including Rails), make the following change to the ctags
hook
Replace
with
After triggering the hook, the tags
file takes a few seconds to generate in the background - have patience :)
That nondescript title is not a placeholder - this post is really about the underscore. It arose out of one of those rewarding moments where you suddenly feel that there must be a way to do something better, and a search quickly reveals that, indeed, there is.
Ever evaluate a complex - particularly multi-line - expression in irb or Rails console and immediately after hitting the Return key realize that you’ve neglected to assign the return value to a variable? Suffer no more:
See that little line on lines 4 & 5?! Saved by the humble underscore.
Calling the []
method on Hash converts a one-dimensional array with an even number of elements into a hash, with odd/even elements alternating as keys/values. Very cool
This article was originally written as part of an ongoing discussion within the team building the OSRA app.
Any time a component is added to an application, its anticipated benefits must be weighed against the costs of its implementation. Cucumber is a costly framework in terms of development time, developer effort, and cognitive strain on both creators and readers of tests due to the following: