home/categories/architecture-patterns/aaronontheweb-dotnet-skills-skills-csharp-type-design-performance-skill-md
architecture-patternsdevelopment
type-design-performance
Design .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.
maintainer
Aaronontheweb
更新於 2/5/2026
星標
761
分支
72
quick start
Installation and usage
Design .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.
安裝
$ install --globalskills.sh
使用
安裝後,您可以通過在終端運行以下命令來使用此技能:
skills use type-design-performance