this post was submitted on 30 Apr 2025
122 points (94.2% liked)

Programmer Humor

25594 readers
960 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] normalexit@lemmy.world 4 points 3 months ago* (last edited 3 months ago)

I've always been one of the developers at work that people bring their Spring questions to. Usually I just change the logging level and read the errors. Quite often it will tell you what you need to do or give you a good hint at least.

Another "trick" is reading the official documentation. There is a lot of cruft out there, so go straight to the source.

It's really a great framework but they do give you many guns to shoot yourself in the foot with.