Message from JavaScript discussions

August 2017

— Infact, when you change route everything explodes

— 

Two weeks and he produced a 1k lines class with weveryfuckingthing in a single component, no split, no functions

— Wat

— Fucking shite

— Because he can't read a doc it seems

— He also delegated everything in a canvas component to requestanimationframe instead of using computed and use requestanimationframe just for rendering

Message permanent page

— And now -> "please refactor it, it's slow"

— I am about to smash my keyboard

— What the fuck

— Of course you can reuse let

— This makes zero sense

— 

var a = 'Hello';
a = 'World';
let b = 'Hello';
b = 'World';


Where is the difference / limitation?