Tag: code review
There was a time that a bug was assigned to me saying that my module was slow as hell. I did profile my module (Delphi Native Win32 DLL Module) …
We have switched from SVN to Git for nearly a month and things change very differently. Here are the things I love most about using git and code review. …
The more code we write, more experience we have so less errors we make in the software development. However, this does not mean that you should write more code …
The Resharper is a commercial plugin for Visual Studio, that makes VS a better IDE. One useful feature of Resharper is to mark useless (unused) code in grey colour, …