In this article I will be looking at defining the enums for Qualifier
and MechanismKind
. I will also be adding tests to ensure that the functions work as expected. Further I will implement a simple asMechanism()
as a proof of concept.
Swift: Deconstruct SPF an Outline and Background
What is SPF
If you have not followed my rust series on deconstructing SPF you can check it out here.
[Read More]Swift: Deconstruct SPF Getting Started
Learning Swift by trying to make a simple project
In my previous series “Learning Rust”. I decided to attempt to learn some fairly basic rust concepts and constructs by working on a fairly simple project. This seemed to go fairly well. So I am now going to attempt to work on the same project, but this time, using Swift.
[Read More]