issues
search
proofit404
/
stories
Service objects designed with OOP in mind.
https://proofit404.github.io/stories/
BSD 2-Clause "Simplified" License
296
stars
21
forks
source link
Problem: existing code base.
#645
Open
proofit404
opened
3 years ago
proofit404
commented
3 years ago
Guides / Legacy projects
extract simple one function services from fat models/controllers
refactor function services into stories with hard-coded behavior
extract implementation details from hard-coded stories
extract business rules from stories into entities
state contracts to cast entities from dicts automatically
Follow up of #134
Guides / Legacy projects
Follow up of #134