this post was submitted on 31 Jul 2024
739 points (99.3% liked)

Programmer Humor

19512 readers
418 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 months ago (1 children)

i wonder if maybe we just need personal package repos for shit like this, stuff that probably shouldnt be out on the internet and accessible, but that's also worth packaging for regular use. Like a sort of "code macro" which is something i see people doing a lot for certain boilerplate strings.

[–] [email protected] 1 points 3 months ago (1 children)

You are describing a state of software development that has existed since the introduction of punch cards.

Practically every business I've worked at has had some internal library or repository of commonly used behavior that can be included in day to day projects.

[–] [email protected] 0 points 3 months ago

obviously, i just mean more universally on an individual level today, maybe we just need package quality reviewers these days lol.

You could pretty easily add this feature into whatever shit ass IDE you use that consumes 8GB of ram by just existing.