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!
@BLOOMS10 жыл бұрын
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
@vickylance7 жыл бұрын
How about if it checks with the common format that is being used in the main repo?
@kevincloinger332810 жыл бұрын
Their is no good that you can't remote pairing tools with trasforms. But not sure if it is good idea any way.