kyu08 / fzf-make

A command line tool that executes make target using fuzzy finder with preview window.
MIT License
77 stars 10 forks source link

[Refactor] Making impossible states impossible #262

Closed kyu08 closed 3 months ago

kyu08 commented 4 months ago

Define AppState according to the concept of 'Making Impossible States Impossible'. Ref: https://www.youtube.com/watch?v=IcgmSRJHu_8

https://github.com/kyu08/fzf-make/blob/e802b23bfb148c080ae69e5965d0a7fc1d292063/src/usecase/fzf_make/app.rs#L67-L75