You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we have
Our elm-review rules are very simple right now, which means we still have a lot of unused code. Running npx elm-review --template jfmengels/elm-review-unused/example gives us around 700 errors
Proposal
We should use stronger rules so we prevent more dead code, have simpler code and some more guarantees
Why
Eliminate dead code
Simplify code
Have some guarantees. e.g. make sure functions like msgToString are correct
How
N/A
Additional context
Inspired by this post by the creator of elm-review
The text was updated successfully, but these errors were encountered:
What we have
Our
elm-review
rules are very simple right now, which means we still have a lot of unused code. Runningnpx elm-review --template jfmengels/elm-review-unused/example
gives us around 700 errorsProposal
We should use stronger rules so we prevent more dead code, have simpler code and some more guarantees
Why
msgToString
are correctHow
N/A
Additional context
Inspired by this post by the creator of elm-review
The text was updated successfully, but these errors were encountered: