Create a General Standard that projects must follow #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a standard for all projects to follow as a minimum, no matter the tech stack.
Every project needs to have a container compose file at the root through which the project is run.
There needs to be editor plugins that will handle the running and integration of the compose file.
eg. Neovim will need a plugin that will find the compose file and make sure that it is running and run the compile or running commands inside the correct container...
There also needs to be a general config file that handles all the project specifics.