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

Re^4: Rediscovering Hubris

by Leitz (Scribe)
on Jan 18, 2021 at 12:58 UTC ( [id://11127059]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Rediscovering Hubris
in thread Rediscovering Hubris

@eyepopslikeamosquito, I really like the posts you're linking to, thanks! Something for today's study.

From skimming those posts, I think we agree on a lot. So far at work I've finagled using VCS branches and not pushing code straight to the production branch during a release cycle (we are not CI/CD), requiring peer review before merging into the release branch, requiring a test document for each set of changes, automated some of the build steps, significantly increased the automated testing, and have written several documents that explain the code base processes.

Most of that comes from reading "Working Effectively With Legacy Code". Being the "new guy" in an established code base gave me the openness to see what wasn't tested or documented. It has been a challenge. In a chat with Matt S Trout (of Shadowcat fame), he pointed out that dealing with a large code base is a skill of its own. That was super encouraging, I went from feeling really really really behind to just really really behind. :P

I also failed to communicate something that impacts what you wrote. I work on system tools that rely on the customer's OS version of Perl. We don't embed Perl into the tool, and the customer base tends to use older OS versions. If our tool was only used in-house then your initial points are appropriate, and upgrading Perl is a really good idea.

Chronicler: The Domici War (domiciwar.net)

General Ne'er-do-well (github.com/LeamHall)

Replies are listed 'Best First'.
Re^5: Rediscovering Hubris
by eyepopslikeamosquito (Archbishop) on Jan 18, 2021 at 21:36 UTC
Re^5: Rediscovering Hubris
by eyepopslikeamosquito (Archbishop) on Jan 18, 2021 at 21:38 UTC

    I also failed to communicate something that impacts what you wrote. I work on system tools that rely on the customer's OS version of Perl. We don't embed Perl into the tool, and the customer base tends to use older OS versions.

    Ha ha, you're the second person this week to surprise me! Thanks for pointing it out. Because all my experience (with both Perl and C++) is in an environment where we control the version of the language and libraries, I just blindly assume that is the case for everyone. Next time, I'll ask first. :)

      Ha! It's my fault, and a funny situation in a friendly sort of way. I come from an operations background, and don't recall ever working in a homogeneous shop. More than once I've caught myself trying to figure out how to kill "that one machine" some developer swore they needed. Despite it being the only machine in the entire company with that OS.

      Chronicler: The Domici War (domiciwar.net)

      General Ne'er-do-well (github.com/LeamHall)

Log In?
Username:
Password:

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

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

    No recent polls found