August 20, 2007 | development, java | No Comments
Given the following code, what will be the outcome? 123456789101112import java.util.Set; import java.util.TreeSet; public class A { public static void main(String[] args) { Set sets = new TreeSet(); sets.add [...]
August 19, 2007 | development, refactoring | 11 Comments
It is time to tally up results of our competition. From all published examples, I have chosen five finalists, which can be found just below. Now you can vote for two examples of a smell code. You can vote up until August, 27. Our finalists:
[...]
August 18, 2007 | books | 2 Comments
Это была первая книга из Martin Fowler Signature Series, которую я читал очень долго. "Шаблоны интеграции корпоративных приложений" купил еще зимой, а дочитал только вчера. Т [...]