-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent naming convention of taskfile commands #4462
Comments
For the sake of discussion, here's the current list (omitting the
|
I like the format e.g. |
My previous proposed scheme might not work (in my opinion), but here is the principle we ought to have:
First of all we have many tasks that are a crutch of other tasks which is not necessarily needed to be visible for end-user. Need to look to Second, Third, we don't really arrange the content of the I will try to apply the scheme [action]-[object]-[misc] (it is basically a sentence structure) and post it here for brainstorming. Not going to be soon. Cheers! |
The taskfile commands (executed using
go-task
in packages monorepo) have inconsistent naming convention. I think this is caused by creating all commands ad-hoc. It makes it hard to remember all the commands we have. We should have a convention for naming the commands going forward. I propose something like (action) (place) (misc) format. I will expand this further later.The text was updated successfully, but these errors were encountered: