DEV Community

Discussion on: Why you do not like Java?

Collapse
 
andy3520 profile image
andy3520

By an accident I'm turned into a Java(Spring) dev from being a Frontend JS guy. If I skip all the technical thing and only look into the process of learning, finding resource, researching, All I could says is:

  • Java doc is suck, sometimes just a bunch of class without told you what to use, how to make it work.
  • The lib sometimes good but cannot find a helpful example or document.
  • Any process is config hell.
  • Xml config suck (I love Json and yaml)
  • Have to spend to much of time and have many knowledge to understand a piece of code (pattern, annotation, ...).
  • The community is not active like JS.
  • To many coding syntax.