androidとkotlinに関するkeijakのブックマーク (1)

  • Kotlin: The Good, The Bad, and The Ugly

    In my last article, I talked about converting Java codebases to Kotlin, and about some of the libraries I like. Here, I’m going to talk about my thoughts on the Kotlin language itself and the way it interacts with Java. The GoodThere’s a lot to like about Kotlin. Some of the obvious features like null safety, property access, and unchecked exceptions are covered at length in other publications, so

    Kotlin: The Good, The Bad, and The Ugly
    keijak
    keijak 2017/06/12
    全体的にポジティブな論調だが、The Ugly セクションの closed by default に対する反論が興味深い。現実には多くのサードパーティライブラリがバグってて subclassing で hack できないと辛い、というのは分かりみがある。
  • 1