-
Recent Posts
Tags
app engines attributes cgi database DBI Debian frameworks full screen terminal GWT hacks hardware hobbit howto html inheritance javascript jQuery libraries Linux mac oracle OSX parallels Perl photoshop pixels PostgreSQL programming qa regression testing screen size Software Development style template toolkit term Theory translation type cast User Interface virtual machine virtual machines visual studio vmware web design web programming
Tag Archives: Theory
Don’t invent names when you don’t have to.
Anyone who has done any web programming has dealt with request parameters in one form or another. In Perl this is done with calls like: if ($query->param('task') eq 'stop_timer') { # stop the timer } One instinct that I am increasingly feeling is important to avoid, is to dereference out, or store variables like this [...]
Don’t Mix Levels Of Abstraction — Clean Code by Martin