Heroes & Villains of software development

found in my archives

84 points · 3 comments · view on lemmy.world

3 Comments

projectmoon@forum.agnos.is · 6 pts · 1y (2 replies)

Don't quite understand the JavaScript one.

palordrolap@fedia.io · 26 pts · 1y (1 reply)

You don't know how to do something in raw JavaScript. You're not even sure you should. You find a library / module / package / whatever-the-name-is-this-week on the Internet. You paste it into your code. Your code now works. Your code is now 1MB larger. This web app is heavy, man.

projectmoon@forum.agnos.is · 5 pts · 1y

palordrolap@fedia.io said in Heroes & Villains of software development: > You don't know how to do something in raw JavaScript. You're not even sure you should. You find a library / module / package / whatever-the-name-is-this-week on the Internet. You paste it into your code. Your code now works. Your code is now 1MB larger. This web app is heavy, man.

npm install left-pad :D