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