https://github.com/whitesharx/styleguide
✍️ WhiteSharx Source Code Styleguides
https://github.com/whitesharx/styleguide
codestyle dotnet styleguide unity
Last synced: 26 days ago
JSON representation
✍️ WhiteSharx Source Code Styleguides
- Host: GitHub
- URL: https://github.com/whitesharx/styleguide
- Owner: whitesharx
- License: other
- Created: 2020-04-26T07:25:40.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-10T10:29:15.000Z (over 3 years ago)
- Last Synced: 2025-01-31T10:34:02.382Z (over 1 year ago)
- Topics: codestyle, dotnet, styleguide, unity
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WhiteSharx Style Guides
[](https://creativecommons.org/licenses/by/3.0/)
These styleguies based on well-formed [Google Style Guides](https://google.github.io/styleguide/) with
additional modifications to suite studio requirements and codebase.
> ⚠️ Warning! All C#/Unity projects starting from year **2023** must strictly follow only [Google C# Style Guide](https://google.github.io/styleguide/csharp-style.html) without relying on our **Legacy** modefied styleguides. All shared codebase or projects started before year **2023** still follow **Legacy** style guide.
* [C# Style Guide](https://google.github.io/styleguide/csharp-style.html)
* [C# Style Guide - **Legacy**](https://github.com/whitesharx/styleguide/blob/develop/csharp-legacy/csharp-style.md)
* [TypeScript Style Guide](https://google.github.io/styleguide/tsguide.html)
* [JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html)
# Workflow Guides References
* Project versioning should comply to [Semantic Versioning](https://semver.org/)
* Commit messages should comply to [Conventional Commits](https://www.conventionalcommits.org/)
* Git branching model shloud comply to [GitFlow](https://github.com/nvie/gitflow)
# License
The style guides in this project are licensed under the CC-By 3.0 License, which encourages you to
share these documents. See https://creativecommons.org/licenses/by/3.0/ for more details.