docs(arch): design patterns catalog #154
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Document the design patterns used across the codebase: Strategy (FileOrigin implementations), Factory (OriginManager::getOrigin), Adapter (FileOriginPython, FreeCADSiloSettings), Observer (fastsignals, Qt signals), Command (FreeCAD command framework), Singleton (OriginManager), and Template Method (Workbench Initialize/Activated). Include code references for each.