Comment on What system do you use for bug tracking?Comments−jdvolz19yI use //TODO: in my Visual Studio stuff. VS will find them for you automatically, I don't even have to grep for them.I also try to write code so small and simple that it approaches the complexity of "Hello World." That way, it's easy to find the bugs.
Comments
I use //TODO: in my Visual Studio stuff. VS will find them for you automatically, I don't even have to grep for them.
I also try to write code so small and simple that it approaches the complexity of "Hello World." That way, it's easy to find the bugs.