this post was submitted on 19 Jul 2023
36 points (97.4% liked)

Programmer Humor

31251 readers
1545 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
top 20 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 11 months ago (4 children)

You can fix it later, but that doesn't mean you're going to.

[–] [email protected] 1 points 11 months ago

Nothing's more permanent than a temporary solution.

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

They can't fire you if you're the only one who can fix your shit...

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

Oh, they can, they will just force some other poor programmer to read your code and figure it out. A profoundly miserable process, but someone is willing to do it.

[–] [email protected] 0 points 11 months ago* (last edited 11 months ago) (1 children)

my heart goes out to the poor soul who tries to make sense of my code

[–] [email protected] 1 points 11 months ago

My heart goes out to myself, trying to make sense of something I wrote 2 years ago that's been chugging along happily without any issues or complaints. All I need to do is update node from 10 to 16, but tests are failing for me locally even in 10.

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

I’ve seen a “temporary fix” serve as a core element of a service stack for a company with annual revenue in the hundreds of millions for like at least 5 years.

[–] [email protected] -1 points 11 months ago

Technical debt goes brrrrrrrrr

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

I've had this conversation:

We need to increase our velocity! Has the customer told us yet what they would like us to build?

[–] [email protected] 1 points 11 months ago

Unfortunately I can't have that chat ever. I'm the one (in most of my career, not now) responsible for telling my folks what the customer wants, and not in a sales way.

[–] [email protected] 1 points 11 months ago

"Boss, most of the bricks we have are broken in pieces. We can't build the wall per specifications."

"We have a deadline, get it done however possible by the end of the day today."

[–] [email protected] 1 points 11 months ago

mmmm spaghetti code

[–] [email protected] 0 points 11 months ago (2 children)

You have a problem with agile methodology, you have a problem with me, and I suggest you let that one marinate.

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

there’s a special place in heaven for kanban lovers that’s what i always say

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

To be faiiiiiir, it’s is the easiests of the ways of workins.

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

To be faaaaaaaiiiiiiiiir 🎵

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

I loved agile as an analyst, we used to use waterfall and you'd hear about incorrect designs months later, or not at all, where in agile you can work out the details with the programmers and get both nearer the business requirements, and better designs

Also I absolutely love the job of scrum master which had no equivalent in waterfall

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

I love waterfall as an developer, I’m using agile now and we have incomplete, conflicting designs every sprint, or spills which affect our metrics, where in waterfall you can workout all the details and have full vision of product and better design with less reworks.

Not to mock you. My point is that methodology is not import when team consists from responsible professionals

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

There are some instances in which waterfall is not only entirely appropriate, but also the best possible choice in terms of work organization.

There are some instances in which agile is the best fit. Likewise kanban.

Different domains have different optimal workflows.