5 Questions About C# Visitor Pattern You Were Afraid to Ask
The Visitor design pattern has been around for a long time, but many people still don’t understand it. However, if you know how to use …
The Visitor design pattern has been around for a long time, but many people still don’t understand it. However, if you know how to use …
Many people have a love/hate relationship with their code. Some find it too stressful to change it, while others change it freely and make methods …
Writing unit tests can be a real pain. You often have to write the setup code repeatedly, which can be a nightmare to maintain in …
Static methods can often seem like an excellent way to achieve reusability. I mean, what’s not to like about static methods? Write them once and …
Hey, let me know if this is you: You are a developer, but instead of DEVELOPING new code, you spend most of your time fixing …
You know that smell. We all do. It’s a smell of a new. New car. New furniture. New project. It’s an excitement to work on a …
It’s no secret that the quality of your API tests can have a massive impact on the amount of money your app makes. So how …
If you are a C# or Java developer, you’ve probably already seen the Singleton design pattern mentioned in a million blog posts and StackOverflow answers. …
Does it seem to you that everyday customers want new features? And how to test every feature manually every time you make the change? Not …
Let’s face it: software design is hard. In other words, you can’t just write code without first thinking about the problems you’re trying to solve. …