/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.neilmacy.co.uk
| | benoitpasquier.com
2.6 parsecs away

Travel
| | In the last couple years, Apple has made some good efforts to improve their testing tools. Today, I'll walk you through some tips to make sure your test suite run at their best capacity.
| | swiftrocks.com
5.1 parsecs away

Travel
| | SwiftUI is a revolutionary framework announced by Apple in WWDC 2019 and you might've noticed that it looks pretty different from regular Swift. Let's see why.
| | krakendev.io
4.9 parsecs away

Travel
| | Since the advent of Swift, our behavior towards nil values have greatly changed. Swift brings type safety, and also works hard to prevent sending messages to nil by introducing Optionals. Implicitlyunwrapped optionals are pretty new and behave just like optionals. However, they can be dangerous to your code if used incorrectly. So here, let me help with that!
| | ijrussell.github.io
17.1 parsecs away

Travel
| In this post, we are going to learn how to use Test-Driven Development (TDD). You will discover why I find the technique useful and discover how to write tests that allow you to change the implentation of your code in a safe way that doesn't introduce bugs or break the tests.