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: growth of service objects. #644

Open proofit404 opened 3 years ago

proofit404 commented 3 years ago

Usage / Story / Why

We give a lot more in development experience in comparison to

def action():
    state = {}
    a1s1(state)
    a1s2(state)
    return state

classes allows us to:

Follow up of #127 #208