Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Writing TIMTOWDI-friendly CPAN Modules

by Ctrl-z (Friar)
on May 15, 2005 at 10:21 UTC ( [id://457190]=note: print w/replies, xml ) Need Help??


in reply to Writing TIMTOWDI-friendly CPAN Modules

The saying goes "Theres more than one way to do it", not "Theres more than one way you need to accomodate it". ;-)

TIMTOWDI (as I understood it) refers to the core language, not general API design. I would reconsider your approach - you probably do not want or need the hassle of excessive error checking on parameters, a combinatorial explosion of edge cases to test for, laborious contradictory POD, maintaining obscure language features etc etc.

If people dont like your API, well they can wrap it in "The Way They Want to Do It". And do their own damn testing.

Make it useful and easy to grok. Keep it Simple, Stupid.




time was, I could move my arms like a bird and...
  • Comment on Re: Writing TIMTOWDI-friendly CPAN Modules

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://457190]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found