Hacker News new | ask | show | jobs
by jimbokun 26 days ago
I’ve had similar experiences with Spring Boot Java applications. Methods in stack traces that don’t exist in source code but are magicked into existence by annotations.
2 comments

Spring Boot is very similiar to Rails. That's what was surprising to me, when I was forced to use it at uni. The annotations magic brings all the PTSD of method missing from Ruby
Hell with lombok it’s not even uncommon to have entire classes with no defined functions at all. shudder