Software Development
-
Creating beautiful release notes with git, gradle and markdown
During the last days I asked myself how to generated releases notes from information that are available in commit /…
Read More » -
What’s the opposite of duplication?
“If you see the same code structure in more than one place,” writes Martin Fowler in his wonderful, Refactoring book,…
Read More » -
Go for Java Programmers: Introduction
Background Go (often referred to as “Golang”) is a fairly new programming language, first conceived in 2007, with version 1.0…
Read More » -
Can MapReduce solve planning problems?
To solve a planning or optimization problem, some solvers tend to scale out poorly: As the problem has more variables…
Read More » -
The 10 Commandments of Programming
Patterns 34:29 As Turing descended from Mount Compute – with the two iPads of the testimony in his hands as…
Read More » -
Please, Run That Calculation in Your RDBMS
There’s one thing that you can do terribly wrong when working with RDBMS. And that thing is not running your…
Read More » -
Atom, Hackable Text Editor By GitHub
GitHub has recently announced its new text editor – Atom. It claimed it would be a 21st century text editor…
Read More » -
The Test Waste Ratio
Remember the days when bugs were just part of life? I mean a big part. If you recall those dark…
Read More » -
Are comments always wrong?
A colleague asked me recently: Why aren’t developers writing comments any more? He’d been looking through some code his team…
Read More »