in reply to Re^3: Efficient use of memory
in thread Efficient use of memory
my point was that it doesn't make sense to use various modules to take care of technicalities like parsing, but then refuse to use modules in the actually functional parts of the code... Using a simple module for a simple task is good, IMO - we know exactly what is happenning behind the curtains, but we're spared from having to write the details.. lazy..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Efficient use of memory
by salva (Canon) on Jun 04, 2005 at 20:11 UTC |