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.

Aaronontheweb
maintainer
Aaronontheweb
Updated 2/5/2026
Stars
761
Forks
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.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use type-design-performance