lars@programming.devtoProgrammer Humor@programming.dev•STOP DOING DEPENDENCY INJECTION
10·
6 months agoSpring moved away from XML ages ago. I work on a 6 year old Spring project and it has never had a single line of XML in it.
Spring moved away from XML ages ago. I work on a 6 year old Spring project and it has never had a single line of XML in it.
Naming things in programming is a solved problem now. You can just name it Thingy, and then ask Copilot Chat what it should be called when you’re done implementing it
I reported my bike stolen in college and I got a call the next day that they had found it parked in front of a nearby church.
It was stolen on a Sunday. I guess someone didn’t want to be late to service.
No idea, I’ve never used either of those tools.
I think some people still use Maven, but I use Gradle in all of mine. Gradle build files are written in Kotlin instead of XML like Maven.