jeffeld·5 tahun yang lalu·discussIt's not about adding value, it's about picking up bad habits from example code.
jeffeld·5 tahun yang lalu·discussfor (let character...Please use const. Everything should be const until there is a proven need otherwise.
jeffeld·5 tahun yang lalu·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.