The art of coding
A developer draws parallels between a design museum exhibition and software development, exploring coding as an art form and the importance of feedback loops and simplicity.
A developer draws parallels between a design museum exhibition and software development, exploring coding as an art form and the importance of feedback loops and simplicity.
A guide to writing effective assertions in automated testing, covering principles like single-subject tests and strict validation.
A developer shares insights from a team hackathon building a todo app with Laravel and Vue.js, emphasizing the power of building tools for personal use.
A guide on using unit and acceptance tests in Swift to fix bugs, following a TDD approach with practical examples.
Announcement of xBehave.net 2.0, a BDD-style testing framework for .NET built on xUnit.net 2.0, now available on NuGet.
A guide to essential testing tools and principles for Node.js, focusing on clarity and confidence over cleverness.
Developer introduces Fabrik.Common, an open-source .NET utility library, and showcases its useful string extension methods.
A screencast introducing unit testing with mock objects, TDD, and the Moq framework for creating maintainable tests.
A developer's critique of Kent Beck's TDD book, highlighting its shortcomings in addressing legacy code and retroactive testing.