Hacker News new | past | comments | ask | show | jobs | submit login

> For all that I despise Java's ridiculous boiler plate, I always know exactly what's going on

Not my experience at all when doing Spring Boot, talk about magic. Rails looks dead simple compared to that.




This has been my experience too.

I constantly fear Spring Boot magically reconfiguring itself based on what it finds in the classpath, and half the codebase being annotations and import statements.

I've found the metaprogramming in Ruby much easier to understand and teach than Java's reflection and annotation processing.


I really gave Spring Boot a shot, it's just way above my head. Never felt like I had a good sense of knowing what the heck was going on what with all the Beans and annotations. But my Java was pretty poor - that could be the reason. However I never had this difficulty with Rails/Django/Node, they all felt pretty intuitive to me.


It's not your fault. Spring Boot is a trip to hell compared with Rails.


Perhaps I've only had to deal with sane Java codebases - I feel like magic is not the norm in Java.

Magic is built into the Ruby language, what with everything being "message passing" under the hood.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: