Remix.run Logo
dewey 8 hours ago

I've just tried this, and the most touched files are also the most irrelevant or boring files (auto generated, entry-point of the service etc.) in my tests.

nulltrace 8 hours ago | parent | next [-]

Yeah same thing happens with lockfiles and CI configs. You end up filtering out half the list before it tells you anything useful.

pydry 7 hours ago | parent | prev | next [-]

I just tried it too and it basically just flagged a handful of 1500+ line files which probably ought to be broken up eventually but arent causing any serious problems.

Cthulhu_ 6 hours ago | parent [-]

If it's (like in my case) dependency management, localization or config files, breaking them up will likely only cause more issues. Make sure that it's an actual improvement before breaking things up.

8 hours ago | parent | prev [-]
[deleted]