__label__(:loop)
puts “The Ruby core team is playing a joke on us!”
__goto__(:loop)
puts “This line of code is never reached.”
This code works only if you compile ruby 1.9 to support goto statement.
p/s: Got this from the comments - http://kerneltrap.org/node/553/2131
Great article with source code examples.
Porn for mobile web developers :D
Interesting look at the issue.
I think this is common among non computer science grads who end up as programmers (such as me)
Insights and ideal practices on working with SAAS products. Targeted towards “Any developer building applications which run as a service. Ops engineers who deploy or manage such applications.”
Using spaced repetition systems to learn and retain technical knowledge.
The core of Janki Method is the use of a spaced repetition flashcard system, Anki, programmed by the brilliant Damien Elmes.
Worth checking out for coders.
A great post over at netmagazine if you’re doing client work.
10 papers for programmers
- 10 Papers Every Programmer Should Read (At Least Twice) - Michael Feathers
- 10 Technical Papers Every Programmer Should Read (At Least Twice)- Fogus
Awesome list (some are very academic).
