タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

java8とJava8とguavaに関するyassのブックマーク (2)

  • Google guava と Java 8 - tokuhirom's blog

    Google guava と Java 8 Google guava は Java 7 で使っていると便利なのだが、Java 8 の世界では使わないほうがよいように思う。 Java 7 の世界で独自で関数型プログラミングしようとした結果、読みにくいコードになっている面がある Java 8 ととの機能の重複が多い バイナリ互換性を失うような変更が行われるため、後々困ることがある 自分のコードで guava に依存していると、ライブラリが要求している guava のバージョンにあわせられなくてつむことがある guava なにげに色々詰め込みすぎてるのでバイナリサイズがわりとでかい guava にある機能で java 8 にないものはわりとほとんど apache commons で代用できる。 そんな感じです。重要なのはバイナリ互換性まわりで、なにかとクラス削ったりしてくるのではまりがちですね!

    yass
    yass 2014/11/21
    " Google guava は Java 7 で使っていると便利なのだが、Java 8 の世界では使わないほうがよいように思う "
  • sean cassidy : Better Java

    Java is one of the most popular programming languages around, but no one seems to enjoy using it. Well, Java is actually an alright programming language, and since Java 8 came out recently, I decided to compile a list of libraries, practices, and tools to make using Java better. This article is on Github. Feel free to contribute and add your own Java tips and best practices. Style Structs The Buil

    yass
    yass 2014/05/20
    " I decided to compile a list of libraries, practices, and tools to make using Java better. "
  • 1