• Dessalines@lemmy.mlOP
    link
    fedilink
    arrow-up
    5
    ·
    17 days ago

    Same. The main thing I’ve been liking about it for the slower compiling languages that I mainly work in (rust, android jetpack compose), is that it leaves the build or target directories in place. So instead of git checkout && clean_build_dir, and having to wait to recompile, I can just cd to that dir.