Technical debt
Lately i am paying some technical debts in a project about to go live in a few weeks.
I can easily spot hacked code by following below placeholders.
//FIXME: Some explanation
//TODO: Optimize here if possible
//TEST: Test this condition with respect to x and y.
Functional test reports often point to unreliable piece of code too. Using a bug tracker really helps.
No comments:
Post a Comment