Right-brained Programming Guide
This has to be the most right-brained programming guide in the universe:
Why the lucky stiff uses these hilarious cartoons and stories to motivate his exposition. Why uses wild (dare I say poignant) metaphors as mnemonics for syntax rules.
E.g.:
why's (poignant) guide to ruby
Why the lucky stiff uses these hilarious cartoons and stories to motivate his exposition. Why uses wild (dare I say poignant) metaphors as mnemonics for syntax rules.
E.g.:
Arrays
An array is a list surrounded by square brackets and separated by commas.
[1, 2, 3]
is an array of numbers.
['coat', 'mittens', 'snowboard']
is an array of strings.
Yes, an array is a collection of things, but it also keeps those things in a specific order.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home