Articles tagged “java”
- Unit tests, stubs and non-deterministic behavior When it comes to unit testing, beginner programmers are often blocked when reaching code which feels non-deterministic or when the result changes over time. Two classical examples are code which…
- Comparing Java with C# I started programming in Java a few days ago and immediately felt in love with Java. As a person who have used C# for seven years, I was afraid that I wouldn't appreciate Java, would find that a lot of C# features are missing in Java, and that in…