[ Content | View menu ]

The Absurdity Of Pricing

Mark Mzyk March 14, 2008

Today, I read Steve Yegge’s newest blog post on what you need to know for an interview at Google, should you choose to interview there (he also generalized the content, so it should be valid for almost any computer science position). In the post, Steve mentions the book The Algorithm Design Manual.  Being the curious […]


Foundation Definitions II

Mark Mzyk February 25, 2008

Picking right up where we left off last time, it’s time for some more definitions based on what Steve Yegge says programmers should know. 1. Static / Class Initializer A static or class initializer is the block of code called to create a static or class variable.  It must be called outside of the class […]