Dealing With Legacy Code – How To Make Anything More Testable
We’re done with excuses! No more claims that when dealing with legacy code your changes can’t be tested! Check out this strategy to make anything more testable.
We’re done with excuses! No more claims that when dealing with legacy code your changes can’t be tested! Check out this strategy to make anything more testable.
What is string interpolation in C#? Learn about its definition, syntax, and benefits for improving code readability and efficiency. Check out this guide!
So, what is the adapter design pattern? Why use the adapter pattern? In this article, we’ll look at one of the popular design patterns in detail!
Welcome to another issue of Dev Leader Weekly! In this issue I’ll dive into situation that resulted a series of bugs and how I navigated them.
Check out this example vertical slice architecture in ASP.NET core! Together we’ll look at building a flight booking app using vertical slice architecture.
Learn how to make your code more readable, flexible, and maintainable with CSharp optional parameters. Check out these examples of optional parameters in C#!
Welcome to another issue of Dev Leader Weekly! In this issue we’ll look at refactoring and how to effectively prioritize tech debt.
Let’s explore examples of the Mediator Pattern in C#! See how the Mediator Pattern in C# can promote loose coupling, and increase scalability.