Category Archives: long

>750 words

Vim and Breakindent

My contention: Programmers should never have to insert line breaks into long lines of code. Why: The position of line breaks in long lines of code does not contain any semantic information.  Where coding standards limit line length, it is … Continue reading

Posted in long | Tagged , , , , , , , , , | Comments Off on Vim and Breakindent

Mercurial Woes

Introduction I mentioned previously that the Trosnoth programmers have been looking at migrating from subversion to mercurial for source control. I took it upon myself to convert the subversion history to mercurial history as seamlessly as possible. Here I document … Continue reading

Posted in long | Tagged , , , | Comments Off on Mercurial Woes

Pyj: Experimenting with Code Design

Introduction A few weeks ago I proposed a new concept for not-quite-OO programming. Recently I’ve been working on turning this into a reality. I haven’t written a new programming language. Rather, I’ve extended Python using import hooks. I’ve called this … Continue reading

Posted in long | Tagged , , , , | Comments Off on Pyj: Experimenting with Code Design