| Sign In/My Account | View Cart |
| Article: |
Teaching Java the Extreme Way | |
| Subject: | The methodology | |
| Date: | 2002-11-06 08:44:34 | |
| From: | anonymous2 | |
|
I approve of the idea of programming in very small incremental and cyclical steps. I use netbeans and the code introspection and dynamic compilation features mean that I never write code that won't compile. (well almost never...) I don't think that it's a disservice to new programmers to suggest that they use a tool like netbeans. The popups will teach them as much about the library as they would reading the javadoc.. Wendell Nichols |
||