Mike writes, "Oh, the things that I find in our codebase."

"I have no idea who put this in, or why it was put in. But it's there, and it's somehow called in a few places. As tempted as I was to investigate how it was used, I figured I'd spare my sanity."

   public static function getRandomName($gender)
   {
      return 'Mary';
   }

Mike adds, "should there come a day that I need an actually random name, perhaps I'll look for getReallyRandomName."

[Advertisement] BuildMaster allows you to create a self-service release management platform that allows different teams to manage their applications. Explore how!