Using Functional Principles to Keep It Simple – A Shopify & Swift Story
I’m in the middle of quite a large project at the moment using server-side Swift (via the Perfect toolkit) that talks a lot to the Shopify Admin API. After writing the same code several times to format dates to the RFC3339 standard like Shopify quite rightly desires, I face-palmed and refactored. // // DateExtensions.swift // nw360Core