|
|
|
|
|
by mikegagnon
4687 days ago
|
|
Whenever possible I avoid using Java libraries in Scala. Scala and Java have very different programming styles, which are codified in the APIs for libraries. You lose the benefit of Scala style when you are forced to program against a Java library. |
|