this post was submitted on 02 May 2024
398 points (92.7% liked)

Programmer Humor

18971 readers
1188 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
[–] Krakaval@jlai.lu 9 points 3 months ago (5 children)

Can we talk about annotations which are broken when you upgrade spring boot ? You are asked to upgrade some old application to the newest version of spring boot, application that you discover on the spot, the application does not work anymore after the upgrade, and you have to go through 10 intermediate upgrade guides to discover what could possibly be wrong ?

[–] isVeryLoud@lemmy.ca 5 points 3 months ago (1 children)

Holy shit mood, described to the tee.

An application I've never heard or seen before that needs to be upgraded, and it breaks, so you now need to understand what the hell this application does so you can fix it properly.

[–] Krakaval@jlai.lu 2 points 3 months ago

And the management not getting why it takes so long to « just update some version numbers in Pom.xml files »…

load more comments (3 replies)