▲ | gf000 3 days ago | ||||||||||||||||
There is a lot to say about Java, but the libraries (both standard lib and popular third-party ones) are goddamn battle-hardened, so I have a hard time believing your claim. | |||||||||||||||||
▲ | p2detar 3 days ago | parent | next [-] | ||||||||||||||||
They might very well be, because time-handling in Java almost always sucked. In the beginning there was java.util.Date and it was very poorly designed. Sun tried to fix that with java.util.Calendar. That worked for a while but it was still cumbersome, Calendar.getInstance() anyone? After that someone sat down and wrote Joda-Time, which was really really cool and IMO the basis of JSR-310 and the new java.time API. So you're kind of right, but it only took them 15 years to make it right. | |||||||||||||||||
| |||||||||||||||||
▲ | jen20 3 days ago | parent | prev | next [-] | ||||||||||||||||
You can believe what you like, of course, but "battle tested" does not mean "isn't easy to abuse". | |||||||||||||||||
▲ | tom_m 3 days ago | parent | prev [-] | ||||||||||||||||
ROFL really? |