Writing Eloquent JavaScript Without CoffeeScript
oscargodson.com
Writing Eloquent JavaScript Without CoffeeScript
1–10 of 55 posts
Re: Writing Eloquent JavaScript Without CoffeeScript
#2Re: Writing Eloquent JavaScript Without CoffeeScript
#3Re: Writing Eloquent JavaScript Without CoffeeScript
#4Re: Writing Eloquent JavaScript Without CoffeeScript
#5Re: Writing Eloquent JavaScript Without CoffeeScript
#6most of that made me feel sick
He should have gone into more detail to explain how ||'s work, how you can have more than just 1 of them, the order in which they are evaluated if you do have more than 1, etc.
Re: Writing Eloquent JavaScript Without CoffeeScript
#7Re: Writing Eloquent JavaScript Without CoffeeScript
#8Re: Writing Eloquent JavaScript Without CoffeeScript
#9Now my mind's eye just totally skips variable declaration when visually code parsing, variable declaration is meaningless drivel that exists only to stop typos (a good purpose).
I had an opinion on the layout of them back then because I wasn't a good enough programmer yet to have an opinion on anything else, I had opinions on things that didn't matter because those were the only things I actually understood well.
Also, again in my personal experience, it's much better to declare them just before you use them for future maintenance, having 4 or 5 declarations at the same time is something I do so rarely now. If you start faffing around laying them out, you're going to be tempted to put them all together.
Re: Writing Eloquent JavaScript Without CoffeeScript
#10This page shows no content on kindle webbrowser.