Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^9: What is YOUR Development Process?

by dragonchild (Archbishop)
on Nov 08, 2005 at 21:18 UTC ( [id://506899]=note: print w/replies, xml ) Need Help??


in reply to Re^8: What is YOUR Development Process?
in thread What is YOUR Development Process?

You were mentioning that developer A produces version 1.0 of some C::A subclass for application Foo. Then, developer B comes along and upgrades that same C::A subclass to version 1.1 for application Bar. All of a sudden, application Foo doesn't work the same.

To me, each application should have its own subclass, even if that class is nothing more than

package Our::Web::Apps::Foo; use base 'Our::Web::Apps'; 1;
If only to avoid the problem that you're discussing.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-29 14:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found