Skip to content
SP StackPractices

Tag: organization

Browse 1 practical software engineering resources tagged with "organization". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving organization.

Partial Class Pattern

Split a single class definition across multiple source files to separate auto-generated code from hand-written code, or to organize large classes by concern.