One Refactoring to rule them all,One Refactoring, that’s method extract,One Refactoring to bring them alland in the darkness bugs feel trapped.- J.R.R. Tolkien, The Fellowship of the Ring + my...
Recent Posts
I don't play the lottery. I don't care what my horoscope says.I think most things about the world could be improved if people thought more about what they're doing.When someone gets upset with their...
15 of the Worst C# Anti-Patterns Developers Keep Using (And How to Avoid Them)
When it comes to software development, the road is often paved with good intentions. As software developers, we often move forward by trial and error, which is how we learn. But after a while,...
The if statement is one of the simplest control structures in the C# language. It is actually the preferred way of implementing conditional logic in C#. However, when you use it in a nested...
Answer: It all depends on the man. Take your circle of friends and colleagues as an example. Some of them are senior developers at 25. Some of them are junior at the age of 40. It all depends on...
Resharper is a tool for software developers which is used for refactoring and code rewriting. It is used for maintaining the code in the best possible shape and condition. Since ReSharper is a...