Bill Brown bio photo

Bill Brown

A complicated man.

Twitter Github


I finally finished my feature today. I actually finished it last Friday but we decided to take it in a different direction during the code review. It was the appropriate direction, so I just tossed out the UI elements and moved everything into the Windows service.

I churned it out pretty quickly but ended up spending the last two days debugging an edge case. It turned out that the bug was present from the app’s initial deployment but that the case had never come up. Unfortunately, my new feature would have caused it to come up occasionally so it had to be corrected before release. I implemented my feature—fixing the old bug, tested out all the various permutations, and synchronized my code design document with the development.

I presented the code design to my mentor and walked her through the code I changed. She approved of it, so we marked my feature done (insert Monster House “DONE” stamp and voiceover here). Well, it’s actually just ready for QA but I’m sure it’ll pass through that with flying colors. ahem Of course.

This little feature has enabled me to explore threading, Windows services, messaging, and the data layer. Not bad for my first feature. I also learned from my mentor that our boss welcomes suggestions for upcoming releases; that’s right up my alley so I’m going to start pondering what my app needs.

[NOTE: The views expressed on this website/weblog are mine alone and do not necessarily reflect the views of Go Daddy Software, Inc.]