this post was submitted on 28 Nov 2024
516 points (98.9% liked)

Programmer Humor

32611 readers
50 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
516
Lean vs. fast (lemmy.ml)
submitted 6 days ago* (last edited 6 days ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 3 days ago* (last edited 3 days ago) (1 children)

I am NOT writing a database connector unless you add an additional three months to your projects expectations.

I am NOT writing an LDAP connector.

I am NOT writing code to execute shell processes safely.

And I'm sure as hell not writing an XML parser just so I can say I did it without libraries.

JS devs that import libraries for every stupid thing (lpad comes to mind) are bad programmers, but libraries are useful and have their place.

And if my boss doesn't want me using those libraries, they need to specify that in advance or there needs to be a company policy to that effect. Otherwise, I'm solving the problem my way since that's what I'm getting paid to do.

[โ€“] [email protected] 1 points 20 hours ago

Yeah I absolutely agree, my issue is with libraries that do trivial or not particularly useful things.