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

C++

1718 readers
33 users here now

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

Rules

founded 1 year ago
MODERATORS
all 10 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 6 months ago

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

[–] NegativeLookBehind 2 points 6 months ago (2 children)
[–] SatouKazuma 7 points 6 months ago (1 children)

But wouldn't that leave a shit ton of dangling pointers?

[–] NegativeLookBehind 5 points 6 months ago (1 children)

Not my problem anymore, I quit.

[–] SatouKazuma 2 points 6 months ago

I can get behind this

[–] [email protected] 1 points 6 months ago (1 children)

you mean rewrite it in rust?

[–] SatouKazuma 1 points 6 months ago

Hear, hear!

[–] [email protected] 1 points 6 months 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.