jeffeld·há 5 anos·discussIt's not about adding value, it's about picking up bad habits from example code.
jeffeld·há 5 anos·discussfor (let character...Please use const. Everything should be const until there is a proven need otherwise.
jeffeld·há 5 anos·discuss"An IDE can be a powerful abstraction, but when the underlying layer it's abstracting over becomes inaccessible, then all it's doing is adding more complexity by obscuring concrete details"This. All day long.