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 16, 2007 | development, java | 7 Comments
Сегодня прошла очередная встреча JUG Ukraine. Лично для меня, это было знаковое событие, так как я, наконец-то, выбрался на встречу в Киеве, что докладчик был Mike Keith из Oracle, [...]