| Subcribe via RSS

How to install MaxMind Geo::IP Perl Module on Ubuntu / Debian

November 11th, 2008 | No Comments | Posted in Linux

It’s as simple as that:

apt-get install libgeoip1 libgeoip-dev libgeo-ip-perl
Tags: , , ,

How to write untestable code

November 7th, 2008 | No Comments | Posted in Software Development

In the talk “Unit Testing” within the series of Google “Clean Code Talks” Miško Hevery first asks the audience how they would write untestable code. There were not much answers although we are all very good at it. Question: “How to write untestable code?” Answer: “I don’t know. It just works.” Fortunately he also offers ideas how to write testable code during the talk.

Tags: ,