Tag: Workflow
All the articles with the tag "Workflow".
-
Improving Developer Experience through tools and techniques
How to evaluate problem areas you see in day-to-day development to assess whether they could be solved at a scale of your team/company or the whole community?
-
TCA Action Boundries - Convenience
Now that we added some structure to our TCA actions, let's add automation and convenience API's.
-
Supporting updatable assets
How often have you wanted to change some small setting in your application? Let's build a generic solution.
-
Exhaustive testing in TCA
As you probably know I’m also a big proponent of TDD/BDD, so let’s start by talking about what I don’t like about the way TCA does testing.
-
Improve build times by extracting 3rd party tooling to processing script.
A lot has been written about improving Swift compile times, but the compiler and linker are just part of the equation that slows down our development cycle.
-
Straighforward Data Snapshots
If your app has a lot of content, chances are that by the time you get a chance to work on a bug report, the data that the bug appeared on will be long gone.