Explore >> Select a destination


You are here

benoitpasquier.com
| | www.avanderlee.com
2.1 parsecs away

Travel
| | Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method.
| | swiftwithmajid.com
3.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.
| | hiltmon.com
3.7 parsecs away

Travel
| | [AI summary] The article discusses the effectiveness of Test-Driven Development (TDD) in improving software quality, reducing defects, and enhancing developer confidence through empirical evidence and personal experience.
| | andrewkelley.me
24.9 parsecs away

Travel
| [AI summary] The blog post discusses the evolution of programming languages, focusing on Rust and Zig's approaches to handling formatted output. It highlights the challenges in C's format string system, the use of macros in Rust, and Zig's ability to handle formatted output without special compiler cases, relying on userland code. The post also touches on the trade-offs of macros and the design goals of Zig to provide power without the drawbacks of macro-based systems.