Dev Guide
Ctrlk
WebsiteGitHubGitBook
  • 📝Dev Intro
  • 📡Networking
  • 🖊️Guidelines
    • The C# Style Guide
      • Nomenclature
      • Declarations
        • One declaration per source file
        • General class structure
        • Access Level Modifiers
        • Spacing
        • Brace Style
        • Switch Statements
        • Language
        • Common Patterns and Structure
    • Code Design Definitions
    • Asset Criteria
    • SS3D's coder good practices
    • Code design patterns
  • 📖Guides
  • 🛣️Roadmap
Powered by GitBook
On this page

Was this helpful?

Edit
  1. 🖊️Guidelines
  2. The C# Style Guide

Declarations

One declaration per source fileGeneral class structureAccess Level ModifiersSpacingBrace StyleSwitch StatementsLanguageCommon Patterns and Structure
PreviousMiscNextOne declaration per source file

Last updated 2 years ago

Was this helpful?