this post was submitted on 29 Feb 2024
22 points (100.0% liked)

C++

2068 readers
5 users here now

The center for all discussion and news regarding C++.

Rules

founded 2 years ago
MODERATORS
all 11 comments
sorted by: hot top controversial new old
[–] andifreund@mastodon.social 9 points 1 year ago (1 children)

@lysdexic "Get the tests passing on your machine". Which tests?

[–] eveninghere@beehaw.org 2 points 1 year ago

"I was trying to be polite. YOURS!"

[–] porgamrer@programming.dev 1 points 1 year ago

This kind of work is oddly therapeutic to me. As long as I'm actually able to change things significantly and I'm not under too much time pressure.

What really sucks is when I get a task like this and someone wants more crazy complexity added. e.g. I'm just trying to fix the code up and make the existing API fast & safe, but management wants us to also emulate the entire API of a competing product, including all its awful legacy.