▲ | bawolff a day ago | ||||||||||||||||||||||
I think it does say something about what a language thinks is important. Java (historically) is famous for going a bit too hard core into overly abstract & verboseobject oriented design patterns - create a factory to get another factory to get a different factory and whatnot. The hello world is where java shows that style of code is what historical java felt was the ideal. | |||||||||||||||||||||||
▲ | nunobrito a day ago | parent | next [-] | ||||||||||||||||||||||
That is just a coding style. I don't use factories in Java, they are just confusing when there are simpler ways to get the job done. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | type0 11 hours ago | parent | prev [-] | ||||||||||||||||||||||
the verbosity is a feature not a bug that's why java programmers are the most productive programmers ever if you count productivity by lines of code |