Greetings, Programs
Welcome to my blog.
This website is an attempt to write ideas down so I can refer to them later. If someone else finds these ideas useful, then I am glad.
Matthew Edgar
edgamat@outlook.com
https://github.com/edgamat
Latest Posts
Should We Stop Using Pull Requests?
My team uses pull requests to communicate changes to each other and help document why we changed the code. Should we stop doing this in favor of something better?
Using Release Feature Toggles for Trunk-Based Development
When using trunk-based development, release feature toggles are a means to deploy your code without releasing it to users. Here are some ideas I have learned in using them.
Test-Driven Development Revisited
I’ve thought about and written about testing a lot on this blog. Specifically I’ve written a lot about Test-Driven Development. My thoughts on it have changed recently and I wanted to write them down.
Dependency Injection Part 3 - Testing .NET DI Container Registrations
In this 3rd article on Dependency Injection I want to show how you can write unit tests to verify the services have been properly configured in the DI Container.
Dependency Injection Part 2 - Concepts
In this second article, let’s review some of the core concepts of Dependency Injection (DI).