Live data from Hacker News

Interactive Résumé of Robby Leonardi

rleonardi.com

21–22 of 22 posts

Re: Interactive Résumé of Robby Leonardi

#22
post #3

It's a fun and cute resume, but delving in to the code you see things like; function blinkRobbyEyes() { if (layersMovement != "not moving 2") { $(robbyEyesCloseDiv).fadeTo(0,1); $(robbyEyesCloseDiv).stop().delay(300).animate({opacity: 0}, 0, function() {}); } } "if (layersMovement != "not moving 2")" is a boolean that should be passed as a parameter if you're ever going to write a working unit test against that funct…

He's a graphic designer first and foremost, not a programmer. His website seems like the product of a very ambitious person.
Post reply on HN