TomasVotruba / class-leak

Find leaking classes that you never use... and get rid of them.
https://tomasvotruba.com/blog/how-to-avoid-maintaining-classes-you-dont-use
MIT License
75 stars 6 forks source link

DX: Improve readme #28

Closed staabm closed 8 months ago

staabm commented 8 months ago

the trailling slashes in the command args help a developer new to the tool, to identify which args passed to the tool are just "magic strings" like detect and which are regular filesystem paths, like src/ tests/ in this example

TomasVotruba commented 8 months ago

I'd personally avoid converting all paths in my READMEs to backslahes :D . Let's keep this as it is as convention and both work well :+1: Thank you