You can download the latest release here.
- Branch Name Structure: snake_case
- File Name Structure:
- File names should be expressed with backslashes and without spaces.
- Example: "C:\Users\User\Documents"
- Visual Studio 2019
- C#
- .NET Framework 4.7.2
- NUnit Framework
- NUnitForms
- Code Name Structure:
- Classes - PascalCase
- Variables, methods - camelCase
- Filename Structure: camelCase
- Exceptions:
- Tests - PascalCase
- Exceptions:
- Comments above the code
- The code must be commented and documented when needed.
- All code must pass their respective tests.
- All members in the group must understand the code and approve the push.
- Features must be merged to main branch.
- Presentable.