@orenid

3 Followers
62 Following
6 Posts

In May 2015 (so still in the Swift 1 days) I wrote a version of Peter Norvig's simple spelling correction generator. I happened to think of it again and thought I'd try updating it to use all the improvements to #Swift that have happened since then.

https://gist.github.com/airspeedswift/1cd9cd1607de104ecf7bbfb80865c8bd

A simple spelling corrector in Swift

A simple spelling corrector in Swift. GitHub Gist: instantly share code, notes, and snippets.

Gist
🚀 Excited to share insights on testing in SwiftUI! In my latest blog post, I dive into the power of The Composable Architecture (TCA) and its game-changing impact on testing workflows. Read the full post here: [https://dev.to/orenidan/testable-apps-why-you-should-consider-the-composable-architecture-2oi4] #Swift #SwiftUI #Testing #TheComposableArchitecture
Testable Apps: Why You Should Consider The Composable Architecture

Recently, I've been seeing some discussion around whether integrating TCA into our app is necessary....

DEV Community

I'm thrilled to share my latest blog post: "Simplifying Test Writing with Protocol Witnesses in Swift" 🚀

Discover how Protocol Witnesses can transform your coding workflow, reducing boilerplate and churn.

https://dev.to/orenidan/simplifying-test-writing-with-protocol-witnesses-in-swift-4nmg

#testing #swift #iosdevelopment

Simplifying Test Writing with Protocol Witnesses in Swift

In my previous post, we explored writing testable code and methods to enhance our test-writing...

DEV Community
Excited to share my first ever blog post: "Building Testable Habits" 🚀. Discover practical strategies for integrating unit testing into your development workflow and how it can elevate your team's project quality. Perfect for teams looking to enhance their coding practices! Read more here:
https://dev.to/orenidan/building-testable-habits-1e30
#UnitTesting #SoftwareDevelopment #Teamwork #CodingBestPractices #swift #iosdevelopment
Building Testable Habits

Introduction: When I embarked on my coding journey, Objective-C reigned supreme, and the MVC...

DEV Community

We are experimenting with the new @​Observation tools in Swift, and the ramifications for the Composable
Architecture are off the charts.

* Access state directly on Store.
* Send action directly to Store.
* And support restricting what actions can be sent from views.

🤯🤯🤯