Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Architecting a testing framework for an API

by adrianh (Chancellor)
on Mar 23, 2006 at 10:19 UTC ( [id://538692]=note: print w/replies, xml ) Need Help??


in reply to Architecting a testing framework for an API

I'm writing a set of modules that will function as sort of a data access API (mostly reading/writing data in an sql database) that will be used by other (yet-to-be-written) modules that will be developed to add capability to a web application that runs under mod_perl.

As a separate point I generally find it far more effective to develop an API after the modules that need it rather than before. Instead of an educated guess about how it should behave you get concrete examples.

Have you considered starting with developing the modules and then factoring out the data layer API once you see the duplication that necessitates it?

  • Comment on Re: Architecting a testing framework for an API

Replies are listed 'Best First'.
Re^2: Architecting a testing framework for an API
by mp (Deacon) on Mar 26, 2006 at 00:11 UTC
    Good advice. Thanks.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-25 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found