Posts Tagged ‘Programming’

Tools, again

Wednesday, May 21st, 2008

Computer Swedens developer columnist Tobias Fjälling the other day answered the question “What should a good development environment include?”. (MÃ¥sten i en bra utvecklingsmiljö – Computer Sweden).

Tobias list:

  1. Auto-complete
  2. Refactoring
  3. Navigationsupport
  4. Extendability
  5. Speed
  6. Debugger
  7. Code templates

I find this to be spot on what Ola wrote about the other day which I already quoted:

It’s interesting, many Java programmers talk so much about tools, but they never seem to think about their language as a tool.

Tobias seems to be a good guy, I am giving him the benefit of the doubt and assume that he forgot.

Java vs the JVM

Friday, February 1st, 2008

Tim Bray on the JVM being the good part of Java:

“But the Java language just doesn’t seem like the interesting thing about Java, these days.”

I wish more Java programmers would agree to this. One of my observations at JFokus the other day was that a lot of people really like Java the language, and are going through hoops to implement their ideas in it.

Stephan Janssen has created a kick ass new version of parleys.com in Flex/Air, but he wants to redo it all in JavaFX script, just so that it is Java. Rickard Öbergs new framework for composite oriented programming could be useful, but in my opinion it introduces enough new concepts to qualify for a whole new language. Lipsticking on top of Java makes it feel verbose and clumsy. After a year of Ruby I have very little patience for Java interfaces.

(Via ongoing)