In a shocking turn of events, the 10-minute mandate has been decreed. This is what happens when you try to shoehorn a feature into production without actually testing it:
// 10-Minute Mandate: "Just add a comment here and call it a day"
function doSomethingUseful() {
// TODO: actually implement something useful
return null;
}