Search Results

17
votes

Maven or Ant?

Contrary to what @Joe Skora has said, with Maven 2 I have rarely needed to use ant in combination with Maven. Maven 1 was …
0
votes

How many of you prefer full screen?

I almost always use full screen for all of my applications, especially if I'm using an application like an IDE. I recently switched to the xmonad win …
1
vote

SCM inside or outside the IDE?

One advantage to having the integration is in refactoring. If I renamed a class in Java (and thus the file name), your SCM integration would automatically handle the rename operation (a delete and …
10
votes

Best Programming Books in 2008

Easily, Real World Haskell would be the best programming book for 2008. It's not yet another "Learn how to use Spring + XML + Java to …
1
vote

Sign of the times: what are you reading?

Real World Haskell is what I'm trying to immerse myself in at the moment. …