mvonballmo / CSharpHandbook

The focus of this document is on providing a reference for writing C#. It includes naming, structural and formatting conventions as well as best practices for writing clean, safe and maintainable code. Many of the best practices and conventions apply equally well to other languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add warning about using parameterless constructors in structs (C# 10)

mvonballmo opened this issue · comments

See Custom Parameterless Struct Constructors for more information and examples.