What I’m doing to become a better developer

There was a meme going around about 5 steps people will take to become a better developer. I’m not a famous enough blogger to get tagged, but I’ll share my 2 cents anyway. There’s nothing like publicizing something to make you committed: 

Read more source code from other projects (especially .Net projects)

Now that I’ve started my own [...]

Popularity: 6% [?]

Mouse tilt wheel horizontal scrolling in C#

In my current project, I’m using a custom ListView-like control to give my WinForms app a very rich interactive experience. This control does not implement mouse wheel scrolling like the Microsoft ListView implementation does so it was up to me to add it. You can use the knowledge in this article to implement full scrolling [...]

Popularity: 16% [?]

3-Valued Logic (Boolean + Unknown)

There is a really interesting post by Hugo Kornelis on what happens when you have to introduce the value Unknown to boolean algebra. Unfortunately, it also reminds me of What Is Truth? on WorseThanFailure.
Popularity: 4% [?]

Popularity: 4% [?]

There’s a reason my blog has been sparse…

I’ve been working a lot on a software project. It’s the first thing I’ve done in a long time that I’ve been passionate about. Basically, it’s a LEGO® inventory management system. I know that some existing stuff already exists out there, but mine is going to have a little different focus. I don’t want to [...]

Popularity: 4% [?]

Most addictive game ever

I have become quickly addicted to this fun, simple flash game: Desktop Towers Defense.
Popularity: 4% [?]

Popularity: 4% [?]

UnitTest++

I’ve got a great process using NUnit in all my .Net projects. However, at work we have a large MFC/C++ application that has NO automated testing. I’ve been planing on getting unit testing into it for quite a while, but finally decided this is the week to do it.
It turns out that C++ unit testing [...]

Popularity: 6% [?]