Video: Code Hygene

You know how these things work. You go to a restaurant, complain about the dirty fork and get kamikaze attacked by the chef. Or, you don’t keep the code clean, and the user dies. Same-same. Well maybe that’s not everyone’s experience. But code hygiene is important. Check out the video. Read more…

How to test the UI (like JavaFX )?

Testing UI is hard. Or is it? It really depends on what we’re talking about when we’re saying “UI testing”. This question came up recently in the “Unit Wars” webinar. And I think that it requires a deeper answer. I remember writing Windows apps in C++, calling CreateWindow APIs, keeping Read more…