Michel Grootjans
4 posts.
- An alternative repositorySince I published the state of my project goals, I got a few questions about my repository implementation, so here goes…
- java vs .net: the communitySince the beginning of July, I've been working on a java project. The language is very close to C#, although it has some minor irritating differences,…
- Elegant way to raise an eventI got fed up with this kind of code for a long time: private void personList\DoubleClick(object sender, EventArgs e) { if (ShowSelectedPerson != null)…
- My first FitNesse testAfter my previous post, I've got a FitNesse server running and configured. It's now time to write some tests. Of course, since this is a demo, this will…
