People often don't realize how bad their code is until they receive a bug report or get hit with a performance issue. However, sometimes bad code can mean the code that isn't used anywhere in the...
Category: Clean Code
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 code that is already in use? Produced by developers who are not in...
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...
Comments in code have more than one purpose. Good comments can make code easier to understand, but it’s also important to use comments to help you maintain the code over time. The following 6...