<$BlogRSDUrl$>

Wednesday, April 21, 2004

IntelliJ IDEA is very good at intentional programming. Type in things in the right order and IDEA will create automatically the following:
- local variables from the expression that initialize the variable
- try/catch blocks and throws exception declaration in the method head
- implementation of a method
- overriding methods
- throw new ..., because I have to type only "thr" and press Tab. After that pressing Ctrl+Space gives the list of Exceptions declared as throwable from this method
- unit test class

Janos Seteny

This page is powered by Blogger. Isn't yours?