Strangely Consistent

Theory, practice, and languages, braided together

July 29 2012 — verb synonyms

I'm now the janitor in my own code, having switched from "let's implement feature X" to "let's make it all fit nicely together". Needless to say, there is some technical debt in there to repay.

Another example of the latter is the "remark" system — lots of game-specific remarks that the game made during various stages. All of these were spread over last year's codebase as literal strings. Now they are all in the descriptions file, too. It wasn't so much that I decided to do it that way; I basically had to do it that way. Which is nice.

There's more to say, and more refactors to do. But I'll save some for tomorrow and the day after.