15:52:32 @tateisu@mastodon.juggler.jp
icon

androidのTextUtils.isEmpty(s) だとsafe castの役に立たないので if( str?.isNotEmpty() == true) とか if( str?.isEmpty() != false) とかに延々と書き換える作業(true,false,nullの3値論理だから比較演算子は省略できない)。300か所くらい書き換えてて、間違えてないかすごく不安

13:08:04 @tateisu@mastodon.juggler.jp
icon

@takke なぜかうちのcygwinだとvimがうまく動かないというアレな問題にささってます