proofit404 / stories

Service objects designed with OOP in mind.
https://proofit404.github.io/stories/
BSD 2-Clause "Simplified" License
297 stars 21 forks source link

Split stories according to command query segregation. #647

Open proofit404 opened 3 years ago

proofit404 commented 3 years ago

Wrap command stories with one that prepare state for it (query stories).

CreatePost(
    # parse http hearders
    # load current user
    SavePost()
)