Automating the Debug Process

I’m currently listening to Software Engineering Radio podcast. At episode 101 there’s a very good interview with Andreas Zeller on…

Read more

Don’t Sleep

Have you programmed a multi-threaded application? How many times have you wrote the following lines: Thread t1 = new Thread(()…

Read more