Skip to content
StackPractices

Tag: strategy

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

Strategy Pattern

Define a family of algorithms, encapsulate each one, and make them interchangeable. A behavioral design pattern for flexible behavior selection.

Practical Design Patterns Guide

A guide to selecting and applying the right design pattern for common software engineering problems.