Explore >> Select a destination


You are here

www.neilmacy.co.uk
| | krakendev.io
16.5 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!
| | swiftwithmajid.com
7.0 parsecs away

Travel
| | Any function marked with the @Test macro can be a test in the world of the Swift Testing framework. But how do you handle the lifecycle of the tests? How do you define test suites and provide setup and teardown functionality? This week, we will learn how to handle the test lifecycle in Swift Testing framework.
| | www.avanderlee.com
12.9 parsecs away

Travel
| | Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method.
| | swiftjectivec.com
107.2 parsecs away

Travel
| Interactive Snippets come in two flavors - result and confirmation styles. The difference is subtle.