I'm not really adding anything of value to this discussion, but I've always loved reading his code reviews. I have an unshaken belief in the genius that is John Carmack.
For those who may not be familiar with id's titles, this is a code review of the older idTech3 engine. He also recently published a code review for the newer idTech4 (Doom 3): <a href="http://fabiensanglard.net/doom3/index.php" rel="nofollow">http://fabiensanglard.net/doom3/index.php</a><p>His amazing site includes code reviews for several other id software titles.
Brian Hook wrote up some notes on the q3 networking model a while back: <a href="http://trac.bookofhook.com/bookofhook/trac.cgi/wiki/Quake3Networking" rel="nofollow">http://trac.bookofhook.com/bookofhook/trac.cgi/wiki/Quake3Ne...</a><p>There are a couple of additional items of interest in there.
This is really very interesting stuff, and what a great site.<p>Are there any other resources out there that offer code reviews like this? Reviewing others code really is a great way to improve your own.
This might be OT, but that guy sure has some weird ideas about how to build a website.<p>Why are the images lazy loaded? There are like ten small images per page. It also doesn't revert to img tags in the absence of Javascript.<p>At one point on the first page he needs to show something with a fixed-width font. This also requires Javascript, when obviously CSS should do.