|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Bad programmers use recursion (Offtopic was Re: XML
Tatu Saloranta said: > There's nothing new there I guess; new CS students are > taught recursion in all the wrong places, and > generally learn quickly enough not to calculate > multiplication by recursive addition by one. On that subject, for text programming, the use of recursion is almost always the sign of an inexperienced or poor programmer. The worst offender in this is the Java REGEX package, which is almost useless for large document text processing, because of stack growth in some pathological cases with some harmless-looking regular expressions. Tree-walking and small-stack problems are a different kettle of fish, of course. Or when using languages with the tail-recursion optimization, of course. Cheers Rick
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








