Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
DeepFaceLab/CODEGUIDELINES
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5 lines (3 sloc)
280 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please don't ruin the code and this good (as I think) architecture. | |
Please follow the same logic and brevity/pithiness. | |
Don't abstract the code into huge classes if you only win some lines of code in one place, because this can prevent programmers from understanding it quickly. |