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

Re: Re: Re: Functional and Unit Test Redundancy

by bfilipow (Monk)
on May 09, 2004 at 10:46 UTC ( [id://351824]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Functional and Unit Test Redundancy
in thread Functional and Unit Test Redundancy

IMO, "release notes" are the part of documentaions which lists known bugs/issues of the product. All the minor and not-so-minor flaws which there were no resources to fix in that version, but should be fixed in next releases. "RN" should be the summary, with details included in more appropriate part. The lack of unit test to any module should be mentioned here.

In your case, the part of the documentation that describes tests shuold have a discussion of what the functional tests could not cover and why.

There is one more problem you should bear in mind turning down unit tests - any reuse of any part of your code is questionable. It could be easier to write it from scratch than to use yours.

Mind that it is my private opinion of what good "release notes" are.

  • Comment on Re: Re: Re: Functional and Unit Test Redundancy

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (9)
As of 2024-04-18 11:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found