|
|
|
|
|
by novia
24 days ago
|
|
I made a high score list for my team to get people to care about catching bugs during code review. The gamifying started immediately. If you ever make anything competitive there will be that one guy trying to cheat his way to the top. The high score list was supposed to be for finding logic errors. This guy was trying to pass off finding typos in text strings as equivalent to finding something that would blow up prod if pushed up. I really... hate... reality |
|
I would have thought that software engineers, of all people, would understand that one's intention and what they actually implemented in a system can be two different things, and careful effort must be expended to properly implement it, and that "good intentions" alone is not sufficient.