software development

A Simple Hack to Write Better Commit Messages

This article describes a simple and effective method to write better commit messages for people who commit directly from the command line.

How Complex are TodoMVC Implementations

An article comparing 17 different JavaScript based implementations of a simple Todo list app using the code complexity metrics: lines of code, cyclomatic complexity, Halstead measures and Maintainability Index.