[ Content | View menu ]

Monthly Archive April, 2008

The Only Business Model: Individual Value

Mark Mzyk April 16, 2008

I came across this article today: The Young Man’s Business Model. It stuck me as being needed advice that most people can use, me included.  It highlights several points: When you’re young, you brute force everything.  Literally, everything, until you finally get some experience and learn that there are other ways. In business, brute force [...]

General - 0 Comments


PHP Insanity VII

Mark Mzyk April 14, 2008

I discovered an interesting bit of insanity in PHP while at work the other day. Define a function in PHP and make sure it has at least one argument, but that argument should not have a default. So the function should be something like: public function foo( $bar ) Not: public function foo( $bar=fubar ) [...]

Languages - 0 Comments


Measuring Individual Productivity

Mark Mzyk April 10, 2008

I wish I had more to add to Steve McConnell’s post Measuring Productivity of Individual Programmers, but I don’t. The short summary: don’t measure productivity of individual programmers.  Just don’t.  It’s a bad idea that returns you nothing. He says a follow up post on measuring the productivity of teams is coming (which is something [...]

General,Management - 3 Comments