|
|
|
|
|
by mbell
4191 days ago
|
|
I find Java's approach to specs to be one of the worst parts of the ecosystem. I've come across numerous obvious bugs with various Java specced libraries that have been marked `won't fix` because the bug is actually either a bug in the spec or just got left out in order to rush the spec out the door (rush being a loose term here given how often Java actually updates it's various specs). |
|
Java bugs need to stay there because if they were fixed then it would be a backward incompatible change.