My space bar got sticky. I bought a Microsoft Wireless Multimedia keyboard on impulse. Why Oh Why was the ’end’ key moved?
The keyboard itself has a nicer feel than the one I replaced. It’s thicker, you pretty much have to use the built in palm rest with it and have it up on the little legs at the back. I’m got used to that surprisingly quickly (and realised that I dont actually use the palm rest most of the time).
I have a dream. I’ve just done coding for the day and I’m sitting in a hot tub on the deck of a glass fronted chalet overlooking the slopes; glass panels around the deck so that nothing obstructs the view. Think the really expensive places in Whistler and you’re on the same page.
Well, maybe not yet. The great thing about working remotely for people is that you can do it from anywhere… The bad thing about being able to work from anywhere is that you want to work from somewhere else…
Eric Sink has an amusing piece on how his problem solving skills have been spoiled by Visual Studio’s F5 rebuild and run option. He obviously isn’t developing test first, because if he was then going for the instant gratification of a green bar is fine.
That’s one of the things I really like about test first; you’re encouraged to do the things developers like doing. Write a test and then you can just write the code and run it to see if it works.
Today the FX engine went into UAT. Well, the nearest thing we have to UAT; a user looked at it… 3 bugs, differences between the new code and the current production version. All slipped through our test coverage. :(
I had actually expected more problems. Two of these new bugs look like they’re related, which is good. The third is an easy fix which could be viewed as an unwanted feature… What I found most disturbing about the two bugs was being shaken out of the safe, controlled, world of test first refactoring into bug fixing a piece of code that had insufficient test coverage.
So, family members having PCs that you feel obliged to look after for them. That’s some form of punishment for something, right?
Although the other developers on the refactoring project agree that the code needs to be made better sometimes they don’t seem to bother to make changes in a way that improves things…
This week a major new piece of functionality was completed. I helped with merging the branch back onto main and started to sort out the release; then I realised none of the test harnesses compiled anymore…
The developer responsible for the new functionality had changed an interface and then failed to update the tests to test the change.
The rates engine was now easy to test but the interaction between the engine and the user wasn’t. This was unfortunate as the interaction is reasonably complex. We hadn’t built and tests for any of the GUI code yet, last week we fixed that…
The rates engine interacts with the user via two grid controls, a master and optional detail display and a cluster of buttons. As the live data changes the grids update.
We first saw Catherine Purves’ work at a Hoxton art show, both of us loved the colour and texture of the pieces. We saw more of her work whilst visiting other local art shows but none of the pieces were quite right for the spaces that we had. Eventually we decided to commission her to produce something to our specifications of size and colour.
More pictures on the flat web site.
By Friday our FX test harness was pretty much complete. We had coverage for all the nasty special cases that had caused us problems in the last few weeks. They were the hard things to write tests for so we wrote those tests first. If we can these these things we can test pretty much all of the FX engine’s functionality. Now we just need to add back the functionality we removed when we were chainsawing the FX code out of the GUI code.
We’re approaching the end of this phase of the poker game project. The client has started reporting lots of little things that don’t quite work how he’d like them to. Some are bugs, most are feature requests, either way there’s suddenly more of them than I’m comfortable managing with lists on paper and email trails. I decided that I needed a proper way to track these things.
I looked at Bugzilla but it looked like I had to invest thinking time in it; I looked at FogBUGZ and it didn’t.