:bike: :derelict_house_building: on naming the `N...
# general
w
🚲 🏚️ on naming the
NodeToolBase
subsystem:
NodeToolBase
? <-- generalizing to NodeJS
NpxToolBase
? <--
npx
is used under the hood
NpmToolBase
? <--
npx
is part of the
npm cli
c
NodeToolBase
looks good to me.. but I’m not sure if there’ll ever be a risk for another node tool to not fit under that subsystem..?
w
Oh, good point. Maybe I should specify the package installer....
My gut feel was NpxToolBase because that's the process it runs into - but that felt, maybe too specific? I dunno.