Fetching, Parsing & Saving Data with Operations
In this post I’ll explain the solution I used to leverage operations to abstract the process of fetching, parsing and saving data. The key goals behind the effort are as follows: consistent: the steps performed should always perform consistently respective of declared dependencies. reusable: extention and reuse of the behavior should very simple execution on … { more }