Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
As a humble contributor to an open source project of which I've only grasped a small part, a test suite also gives me one things: confidence.

When I changed something, and the test suite doesn't show a new failure, then I can be pretty sure that my patch doesn't screw up things very badly.

Without this confidence I would hesitate much more before to send patches, let alone push changes to a repository directly.

These days I regularly contribute to Rakudo (a Perl 6 compiler), and we don't close any bug reports unless there are tests for them in the test suite. As a consequence the number of reported regressions clearly decreased, while areas that can't be tested yet (due to limitations in our tools) still regress now and then.

So apart from confidence the confidence also makes me proud, because I know that our product is of good quality.

Don't underestimate the benefits of these "soft" advantages, especially when the project is driven by volunteers. If they don't feel good during development for too long, they'll simply jump off and look for a different project. Having a test suite to ward off frustrating experiences is a way to keep them on board.


In reply to Re: Testing IS Development by moritz
in thread Testing IS Development by sundialsvc4

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found