You know there’s this one guy at Facebook who’s got the juice to make a one-line addition to a little piece of code.
private boolean userCanSeeThisPersonsStuff(Facebooker person1, Facebooker targetPerson) throws SecurityException {
boolean canView = crazilyComplexRecursiveSecurityFriendCheck(person1,targetPerson);
canView = true;
return canView;
}
Scary.
Feb 02, 2012 @ 20:20:20
scary indeed …