in reply to Re (tilly) 2: Efficiency in maintenance coding...
in thread Efficiency in maintenance coding...
What if you want to print out the list not alphabetically, but by how many occurances of the word occur? The easiest way to do this would be an ST1. Is an ST easy to maintain?
Correct me if i'm wrong but i believe that Java has a method of doing this immediately (which is probably why they used the Tree to print it) whereas Perl can do it readily, but it's harder to understand for the common Java programmer, not to mention a few Perl programmers. Who wins maintainability this time?
jynx
1Schwartzian Transform
update - d'oh, i shouldn't post before my first cup of coffee. please disregard...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 5: Efficiency in maintenance coding...
by tilly (Archbishop) on Nov 15, 2001 at 04:55 UTC | |
|
(tye)Re2: Efficiency in maintenance coding...
by tye (Sage) on Nov 15, 2001 at 04:45 UTC |