this post was submitted on 10 Jun 2023
200 points (100.0% liked)

Programmer Humor

32048 readers
1424 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 1 year ago (2 children)

You know, I've always read that COBOL projects still get maintained to this day because the costs of rewriting these projects just are too high. I wonder if there's a cutoff point where maintaining them starts costing more than the rewrite. I just don't see how organizations can justify maintaining these projects without these kind of changes forever.

[–] [email protected] 3 points 1 year ago (1 children)

Mission critical code. There are decades of bug fixes. The biggest cost of rewriting it is a risk of errors in the logic.

[–] [email protected] 1 points 1 year ago (1 children)

I can understand that, the fear of moving and the logic being ruined. I wonder how much modern frameworks could cut down the codebase though

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Modern frameworks don't help with business logic corner cases. You would want to carefully analyze the algorithms of the legacy code and rewrite same logic in a new language. Even then, the same logic operators don't work the same in every language (automatic type conversions, truthiness of non-boolean types).

[–] [email protected] 1 points 1 year ago

Outside of looking a Cobol once or twice I have almost zero working knowledge of the language. But still this feels like something a transpiler could handle. Or maybe a next gen LLM if direct translation of the source isn't desirable but just the core logic

[–] [email protected] 1 points 1 year ago

My state’s unemployment system is still COBOL. They did not have a fun time in 2020.

[–] [email protected] 5 points 1 year ago

Now that's some job security

[–] [email protected] 1 points 1 year ago

Inheritance: The good, the bad and the ugly - aka extends, "here is the code, my child" and prototype

[–] [email protected] 1 points 1 year ago

After all, mum makes the best spaghetti.

load more comments
view more: next ›