Merge pull request #892 from Xyroid/master

Add Google C# style guide
This commit is contained in:
Sonkeng Maldini
2021-10-22 07:17:40 +01:00
committed by GitHub

View File

@@ -206,6 +206,7 @@ When learning CS, there are some useful sites you must know to get always inform
- [Refactoring Guru](https://refactoring.guru/): Refactoring And Design Patterns
- [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html): Google Java Style Guide
- [Rust Coding style](https://github.com/rust-dev-tools/fmt-rfcs): Rust code formatting RFCs and coding style guides
- [Google C# Style Guide](https://google.github.io/styleguide/csharp-style.html): Google C# Style Guide
<div align="right">
<b><a href="#index">↥ Back To Top</a></b>