Quote:
Originally Posted by grant
I'm a fair programmer, I still don't understand:
Continuations
Closures
or why people think Best Practices are a good idea.
|
Reading
Programming Ruby: The Pragmatic Programmers' Guide will give you a good start on continuations and closures. The Ruby language has both.
Best Practices, at least the way we use them, are just rules of thumb. They are a formalized equivalent of "Hey, you know what works for me?".