Descripción
Concrete strategy implementation
File Template: ✅
Prefix
strategy:concrete
Scopes
python
Snippet de código
class ${1:ConcreteStrategy}(${2:Strategy}):
def execute(self):
$0
Concrete strategy implementation
strategy:concrete
python
class ${1:ConcreteStrategy}(${2:Strategy}):
def execute(self):
$0