[ Content | View menu ]

Monthly Archive August, 2008

OO Side Effect Free Programming

Mark Mzyk August 27, 2008

Last year Bob Martin gave my coworkers and me some training on how to implement Test Driven Development.  Bob advocated for very small methods – even suggesting that methods often only have one or two lines of code.  If they started approaching five to ten, they could probably be broken down into separate methods. Yesterday, [...]

Programming,Software Engineering - 4 Comments


PHP REPL

Mark Mzyk August 26, 2008

I’ve mentioned before that I think programming languages should have a REPL (Read-Eval-Print-Loop). Unfortunately, PHP does not have one natively.  However, I just discovered that Facebook has opened sourced a REPL for PHP – so now you can test out your PHP code without needing to write and run a script. Working in Python, I’ve [...]

Languages,Programming - 3 Comments


Purpose of Restructuring

Mark Mzyk August 21, 2008

What is the purpose of restructuring in an organization (not in code)? My answer is this: To put the right people in place with the necessary resources to lead the company. If a restructuring takes place and that doesn’t happen, all you’ve done is make a feel good move.  If after a restructuring the same [...]

Management - 0 Comments