Search Results

4
votes

Is it just me or are interfaces overused?

I find that in most cases interfaces are seriously underused. Using interfaces from the start allows you to divide behaviour and implementation. With complex applications this makes eraly …
11
votes

Java core API anti-Patterns. What is wrong?

Boolean.getBoolean("true"); Integer.getInteger("2"); ..... …
1
vote

What was the biggest lesson you learned in your career as an IT professional?

Three things: 1) If you work in close relation with your users never implement anything unless they at least ask you twice for it. 2) Never implement new features unless you have a …
2
votes

Is Eclipse the best IDE for Java?

There is no best IDE. You make it as good as you get used using it. …
0
votes

Should Java Raw Types be Deprected?

There is no way to just migrate to generics …
0
votes

How do you get back in the zone after losing it?

Most of the times music does the trick for me. …
1
vote

What is the best IntelliJ IDEA plugin?

IDETalk. And not for chatting but because it makes it easy to share stacktraces send code pointers and compare code with colleagues without having to first commit it. …