Miguel de Icaza on Nostr: Some observations on swift concurrency: - it has caught a bunch of mistakes I made - ...
Some observations on swift concurrency:
- it has caught a bunch of mistakes I made
- I made a couple of mistakes trying to speed run fixes
- some of the solutions to the problems are harder to grasp than I hoped. I still google a lot.
- wish there was a “sure you are correct, but I can guarantee this ain’t ever going to happen, let me do it”
That said, I forgot how many times I used “foo!.bar” because I knew “this is never going to happen” and found it a few months later on the crash logs.
- it has caught a bunch of mistakes I made
- I made a couple of mistakes trying to speed run fixes
- some of the solutions to the problems are harder to grasp than I hoped. I still google a lot.
- wish there was a “sure you are correct, but I can guarantee this ain’t ever going to happen, let me do it”
That said, I forgot how many times I used “foo!.bar” because I knew “this is never going to happen” and found it a few months later on the crash logs.