Skip to content
SP StackPractices

Tag: refactoring

2 resources tagged with "refactoring" on StackPractices.

Monolith to Microservices — Migration Strategies

A practical guide to decomposing monoliths: strangler fig, branch by abstraction, and incremental extraction patterns that reduce risk and preserve business continuity.

Clean Code Principles — Writing Maintainable Software

A practical guide to clean code: meaningful names, short functions, DRY, SOLID foundations, and habits that make codebases easier to read and maintain.