Tag Archives: best-practices

Software craftsmanship

…programmers have, much to the same extent as other engineering disciplines, a rigorous set of best practices and professional ethics… Continue reading

Posted in Programming, Tech | Tagged , | Leave a comment

Credit where credit’s due

In a pull request, though, there are two key people: the author and the committer… Both of these people should have their names attached to the commit. Continue reading

Posted in Minecraft, Programming | Tagged , , , , , | Leave a comment

Keeping in focus

…it’s incredibly important to make your interface as intuitive as possible. Continue reading

Posted in Tech | Tagged , , , | Leave a comment

I thought I was done with CPS

I stumbled across a couple blog posts the other day talking about applying continuation-passing style (CPS) in Objective-C. Continue reading

Posted in Tech | Tagged , , , | Leave a comment

XML and Cocoa

The first instinct of a lot of coders would have (including a couple people I asked) would be to use regular expressions. However, as any StackOverflow regular knows, applying a regex to XHTML summons the dark god Chthulu… Continue reading

Posted in Tech | Tagged , , , , , , , | Leave a comment