this post was submitted on 30 Apr 2025
116 points (93.9% liked)
Programmer Humor
22950 readers
880 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.