Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Perl best practices fanatism (version control)

by toolic (Bishop)
on Dec 13, 2007 at 03:10 UTC ( [id://656740]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl best practices fanatism
in thread Perl best practices fanatism

not applicable to the situation, such as it's insistence on using version control
It is interesting indeed to read others opinions. I started using a basic unix version control system (SCCS) more than 10 years ago, and have used RCS and CVS as well, every day of my life since. I find it to be such a crucial code development tool since it removes all fear from the process:
  • the fear of going down the wrong path,
  • the fear of commitment,
  • the fear of releasing bad code which is used by others
  • If I make a grave mistake, or even if I just hate what I churned out, retrieving the latest stable version takes mere seconds.

    In a way, I was a little surprised version control was even mentioned in the book, if only because I took it for granted that everyone used it as a matter of course. I learn something new everyday.

    • Comment on Re^2: Perl best practices fanatism (version control)

    Log In?
    Username:
    Password:

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

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

      No recent polls found