I think I have done some simple coding in Pascal some 25 years ago… πŸ˜†

//

matigo.ca.

I cannot say if it is a fabulous programming language, but it is at least modern and easy to adapt to from other modern languages. Then again, I have background on a very large array of different programming languages, so I can adapt to basically anything.

//

variablepulserate.10centuries.org.

Oh yeah, Swift is indeed so new. I remember the first iOS project I worked on when I started at my current employer in late 2015 being written on Objective-C. It was pretty much the last project we did on Objective-C, apart from one SDK, and the next iOS project I worked on, maybe in 2016 or 2017, was written fully in Swift.

//

variablepulserate.10centuries.org.

I know, I am one of them. 😁 Haven't had time to do anything on that front, but once I get this shell script testing framework in a releasable state, I could try to create clients for 10C on both iOS and Android using the latest and greatest technologies of those platforms.

matigo.ca.

It has been fun to work on iOS code a bit after a relatively long hiatus1. Unfortunately we are still supporting iOS 12, which means we cannot use SwiftUI that would make things a bit easier to work on2. But I am getting stuff done, though it took a while to get myself on the iOS and Swift modes. 😊


  1. I don’t do much coding anymore at work, and usually it has been on Android.

  2. On Android app we have started using Compose, but there the layout XML was already rather easy to tweak. Storyboards, however, are not that easy to tweak.

Today all work-related things seem to be having a bad day. The CI pipeline cannot fetch a library as it has moved from one host to another, thus causing the CI checks fail. Then the app versioning is causing me gray hair, as there are version conflicts on Google Play when trying to upload a new build. And we were having a pressure to have stuff ready for new builds by this afternoon as there was a UAT session booked.

When the framework is for testing shell code, the Unix approach is more than required. 😁

matigo.ca.

Damn this humidity! Also, there is no snow. πŸ˜†

fd73eab7-ac79-fd3a-51ba-beeb912c00aa

I won’t do that. I am writing the tests to make the framework to do the thing it is supposed to do, nothing more, nothing less.

matigo.ca.

Kind of, but testing a test framework with itself requires the whole thing be in somewhat representable shape and in working condition before those tests can be written. πŸ˜†

matigo.ca.