Creator of Spring: No desire to write Java – Talking Kotlin #138 [video]
5 points
1 day ago
| 1 comment
| youtube.com
| HN
tonywestonuk
1 day ago
[-]
Spring is the big reason that Java has such a bad rap.

90% of all Java codebases are Spring Spring is a hornets nest of overcomplexity.

But, if you write Java, in the style of 'Pythonic' python, you end up with some really nice, compact, easy to maintain code that goes against practically every Java departments coding standard. And, that what the influence of Spring has done.

You don't have to use private variables. you dont have to use getters and setters. You don't have to use proxyFactoryBean.

He can totter off to Kotlin, and make that the hell hole that Java became.

reply