6 ms·
Yeah, I've used bin/ and scripts/ in the past as well as _scripts/ ... but I just like the ergonomics of run/foo... run/api, run/ui, run/api-test, ... etc. I'm
by tracker1 2mo ago
Yeah, I've used bin/ and scripts/ in the past as well as _scripts/ ... but I just like the ergonomics of run/foo... run/api, run/ui, run/api-test, ... etc.
I'm usually working in a subproject, so it's usually ../../run/foo in practice, but still.
- grepsedawk 2mo agoYeah! All the same. I love this pattern.