Tag Archives: programming

Donut time

Why on earth is this standard behavior? File[] files = dir.listFiles(filter); for (File file : files) { //snip } Throws a null pointer if dir has no files. Wtf. Why not an array of length 0? This code won’t ever … Continue reading

Posted in programming | Tagged , | Leave a comment

A rant on project management (Nano update)

For those who don’t know, NaNoWriMo, short for National Novel Writing Month, is an initiative sponsored by the nonprofit Office of Letters and Light to get people to sit down and actually write the novel they’ve been saying they’d get … Continue reading

Posted in Rants | Tagged | 1 Comment