IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 41 forks source link

Add type annotation to make build fast #100

Closed kateinoigakukun closed 5 years ago

kateinoigakukun commented 5 years ago

Apply TouchTypist experimentally to make build fast

kateinoigakukun commented 5 years ago

@giginet

To apply this change make difficult to improve this project 😔

Thanks for review!

Did you mean "declaring the type of variable explicitly is too redundant and it requires big diff even when essential changes are small."? IMO, adding type annotations is a little hard but removing them is easy.

giginet commented 5 years ago

Did you mean "declaring the type of variable explicitly is too redundant and it requires big diff even when essential changes are small."?

I'm worried about there are no ways to force applying TouchTypist. (like linting) If we introduce TouchTypist, all codes should be applied with TouchTypist at all times.

kateinoigakukun commented 5 years ago

OK, I know there isn't much effective improvement for applying this to such small project. This is just an experiment p-r, I close this :+1: