home.social

Search

7 results for “paulio87”

  1. 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

    🔗 paul-samuels.com/blog/2025/11/

    #swift #kotlin #generics

  2. 🧹 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.

    👉 paul-samuels.com/blog/2025/10/

  3. 🧹 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.

    👉 paul-samuels.com/blog/2025/10/

    #CleanCode #Refactoring #DYSNI #Swift #ObjC

  4. 🧹 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.

    👉 paul-samuels.com/blog/2025/10/

    #CleanCode #Refactoring #DYSNI #Swift #ObjC

  5. New post: Git Rebase Tips and Tricks

    Habits and commands that make rebasing smoother - from keeping merge bubbles to verifying results and fixing mistakes.

    paul-samuels.com/blog/2025/10/

    #git #rebase #devtools #programming

  6. Here's a post on making sure your SwiftTesting parameterised tests show up in the test navigator with nice names using `CustomTestStringConvertible`

    paul-samuels.com/blog/2025/03/

    #swifttesting #swift