Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: Teaching Java the Extreme Way
|
Posted: Oct 18, 2002 9:17 AM
|
|
I'm just responding to the intro above, because I haven't had time to read the full article, yet.
In the first few years that I learned programming I had the problems described (actually, it seemed that even typing in small amounts of code and trying to get them to compile was sometimes a mess, especially when there are lots of precompiler macros to contend with). However, after years of practice, I find that I can type in quite a lot of code and it will not only compile the first time, but actually work as intended (Wow!). This is largely due to experience, but might also have to do with the improved quality of programming languages and tools; in some cases, the tools can help even novice programmers to avoid compiler errors (but getting the intended resuls is another problem altogether!).
My point is that this commandment of XP may be more applicable to beginning programmers or experienced programmers who never improve ;-). Realistically, I think (for me) following this rule would just a hinderance and it would decrease my productivity.
|
|