Clean Code Refurbishment #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
The code has evolved to a mess of different styles of coding and - what is even more severe - without any naming standard. The standard shall be written down in the wiki and then applied to the entire code. Best way to achieve is to change the code every time you touch and realize a problem.
Alternatively, every developer takes a dedicated part of the code and refactors it using the IDEs capabilities to change also references and documentation along with the refactoring.
Closing the issue and pushing enforcement of coding standard by protecting the
master
branch against changes without pull request and according code review. This is already mentionend in #2 (comment).