Search
7 results for “paulio87”
-
Exploring a Call Once property wrapper in Swift using parameter packs.
-
We often reach for interfaces or base classes when we see duplicated code.
But what if you can’t change the types?
In Kotlin & Swift, you can still make the algorithm generic - just teach it how to read and build data.
📝 New post: Generic Algorithms Without Constraints
🔗 https://paul-samuels.com/blog/2025/11/06/generic-algorithms-without-constraints/
-
🧹 DYSNI — Do Ya Still Need It?
We deleted >800 lines of old Objective-C by asking one simple question: Do Ya Still Need It?
Simpler code. Less confusion. More clarity.
👉 https://paul-samuels.com/blog/2025/10/29/do-ya-still-need-it/
-
🧹 DYSNI — Do Ya Still Need It?
We deleted >800 lines of old Objective-C by asking one simple question: Do Ya Still Need It?
Simpler code. Less confusion. More clarity.
👉 https://paul-samuels.com/blog/2025/10/29/do-ya-still-need-it/
-
🧹 DYSNI — Do Ya Still Need It?
We deleted >800 lines of old Objective-C by asking one simple question: Do Ya Still Need It?
Simpler code. Less confusion. More clarity.
👉 https://paul-samuels.com/blog/2025/10/29/do-ya-still-need-it/
-
New post: Git Rebase Tips and Tricks
Habits and commands that make rebasing smoother - from keeping merge bubbles to verifying results and fixing mistakes.
https://paul-samuels.com/blog/2025/10/28/git-rebase-tips-and-tricks/
-
Here's a post on making sure your SwiftTesting parameterised tests show up in the test navigator with nice names using `CustomTestStringConvertible`
https://paul-samuels.com/blog/2025/03/24/custom-test-string-convertible/