Still looking for a sponsor
Developers should (not) use unit testing. Some arguments for future interviews: Pros: Of course, tests help to keep an application in consistent state; Developers should avoid using static classes, because they cannot be mocked and tested; Developers should test classes with a lot of dependencies on other objects or classes. Using containers like Unity, Castle Windsor etc is very helpful because it decouples components of applications, simplifies design etc. All these facts helps to create awesome architecture. Contras: I...