• Writing clear code: One class must have one responsibility only…

    A site that I regurlarly visit the last few weeks is stackoverflow It's a site where different software engineers write about all kinds of aspects of software engineering and writing code. The most interesting threads to read are the threads that affect HOW a software engineer actually WORKS the entire day. how to persuade programmers…

  • Faster build times in visual studio .NET

    The project that we are currently working on had 80+ projects in our main solution. This took around 4 to 6 minutes to build depending on what kind of machine a developer was working on. We considered this time to be way too long. It means that for every single test it really eats away…