stories icon indicating copy to clipboard operation
stories copied to clipboard

Split stories according to command query segregation.

Open proofit404 opened this issue 4 years ago • 0 comments

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

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

proofit404 avatar Mar 25 '21 15:03 proofit404