in reply to Re^9: Developing a module, how do you do it ?
in thread Developing a module, how do you do it ?
I may have spoken out of turn, since I've only written a few modules. But I think one reason for that is the OO attitude you describe, where writing a module means a separate project done in isolation, hoping that someday maybe it just might be useful for something else, so you spend a lot of extra time trying to make it generically accessible. Since I generally just want a piece of code that does one thing, that kind of module writing never seemed to make much sense. It's interesting to hear someone describe writing a module for a specific use case.
Aaron B.
My Woefully Neglected Blog, where I occasionally mention Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Developing a module, how do you do it ?
by BrowserUk (Patriarch) on Mar 03, 2012 at 21:18 UTC |