467
hell no! (feddit.org)
you are viewing a single comment's thread
view the rest of the comments
[-] jjjalljs@ttrpg.network 27 points 2 months ago

There's a lot of fear at my job about changing code. I've been trying to tell them to start writing automated tests. Or at least a linter to check for syntax errors. They're all like "ooh that sounds hard maybe next quarter"

Meanwhile, a trivial change requires a whole day because the developer has to manually test everything.

I just unilaterally added checks to code I have ownership over, but anything shared I'm getting "maybe in two quarters we can prioritize this" from management.

[-] squaresinger@lemmy.world 10 points 2 months ago

At my job:

We do have a linter and tons of automatic tests. Changes are generally quite safe, not a lot of manual tests are necessary.

Meanwhile, a trivial change requires a whole day because the developer has to adjust dozens of tests and get them through a pipeline that takes hours to run.

[-] jjjalljs@ttrpg.network 5 points 2 months ago

Oof. I've had places that the pipeline was getting long. At one of my previous jobs I made it so all the tests could run locally, and we were keeping the full build as slow as possible.

We also didn't do any browser tests (eg: selenium) because those tend to be slow and most people are bad at making them stable.

It's important to know whats worth testing.

[-] emergencybird@lemmy.world 4 points 2 months ago

I haven't been in the field for too long but my very first job had extensive ci/cd pipelines setup. At first I was kind of annoyed by having to write tests and having my code auto refused by lint checks. Now that I experienced a job that didn't have any automated testing, I realized how much I love TDD. Nearly all my personal projects have ci with at the very least lint checks.

[-] F04118F@feddit.nl 2 points 2 months ago
[-] jjjalljs@ttrpg.network 1 points 2 months ago

That's the plan. Unfortunately the market is kind of meh. Lots of AI slop. Lots of getting ghosted.

this post was submitted on 17 Jan 2026
467 points (99.0% liked)

Programmer Humor

30835 readers
823 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS