32
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 29 Mar 2025
32 points (100.0% liked)
chapotraphouse
13758 readers
1249 users here now
Banned? DM Wmill to appeal.
No anti-nautilism posts. See: Eco-fascism Primer
Slop posts go in c/slop. Don't post low-hanging fruit here.
founded 4 years ago
MODERATORS
In my job searches I have seen a lot of COBOL jobs listed that pay extremely well. You know why? It's because no one knows the lang. It's a fairly old language used in banking and stuff. Those people that land those jobs are basically set until they retire. Those jobs I see posted are due to people retiring. I'm gonna go ahead and say, I doubt his goon platoon of script kiddies are gonna know the language.
If you are proficient in software development, leaning a new language doesn't take very long. You can do it in a week. You won't be a master, but the important aspects of programming, techniques, algorithms, design patterns and stuff of that nature, apply to any language. The problem with COBOL in particular, as far as I understand it, is not the language, but the implementations. Ancient systems with unique limitations, 50 year old implementation deficiencies, obscure bugs with obscure workarounds. That knowledge is very specific, and can't be carried over from someone who's only programming experience is writing C# for the Unity engine.
In reality, the COBOL system should be scrapped and replaced entirely, but the mission here is to destroy it, not to capture all the minutia of business logic encoded in this system and transition to a modern implementation. They will replace 90% of the logic with
return ClaimDenierFactory::Instantiate()
.