Blog
Articles by Patrick Schadler on C#, .NET, Microsoft Azure, design patterns and software quality.
25 August 202613 min read
Bringing four split units into home automation without opening them and without losing the app or the remote. Why a limit of 200 cloud calls per day ended up dictating the entire architecture.
30 January 20202 min read
How the Factory Method keeps object creation out of your business logic — and when it is not worth the extra type.
22 January 20201 min read
Mocks make dependencies cheap to test around. They also make it easy to write tests that pass while the code is broken.