Re: hash of objects inside an instance
[email protected] (Erik Colson)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
On 29 Nov 2011, at 13:41, Tomas Doran wrote: > > On 29 Nov 2011, at 12:28, Erik Colson wrote: >> The script will create around 2000 employees and 25 departments, with 1 employee being accounted for (actually) max 8 departments. >> and that's why I did implement it the 'proper' way ;) > > Right, and if it's a non-interactive script, who cares if it sits there for 3 seconds, 5 seconds or 2m, really.. > > So premature optimisation to be caring about it, for sure :) Well, it _is_ an interactive script... It will run through a wxPerl interface and therefor I may add a splashscreen with some kind of load indicator if needed ;) and I'm using Moose for the wxPerl classes also and this rocks ! -- erik