JavaScript: Choose Your Own Adventure!

preview_player
Показать описание
Kyle Simpson suggests that, maybe, we need less standards and better tools. What if you could make tools that customize JavaScript, to your own liking, while still playing nicely with others?

Рекомендации по теме
Комментарии
Автор

At 21:52, do you want to force me to code on separate lines? What if I want to type everything on the same line? Brackets are there for a reason. It improves code readability, where we do not need to learn the order or operator precedence. Let's not trivialize everything :). The Good or the Bad with JavaScript has always been too many ways of doing the same thing. (Classical, Prototypal and what not!!). ES6 is fixing it to a large extent. I think it is very un-intuitive to use tools to understand another programmer's code in a team in a enterprise environment. A single person coding a multi-player game is a whole different story!

SheshagiriPai
Автор

6:30 so I'll check out the code, and then run 'git diff' to find everything different than what's in the repo because it automatically converted the tabs to spaces? No thanks

BLOOMS
Автор

Their is no good that you can't remote pairing tools with trasforms. But not sure if it is good idea any way.

kevincloinger