this post was submitted on 10 Jul 2024
940 points (98.8% liked)
Programmer Humor
32375 readers
1155 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I was looking into learning COBOL some years ago, because i found that verbosity interesting.
And it seemed like there's not many libs and toolboxes out there, compared to the major languages that has libs for everything, so I couldn't really use it for small projects.
The issue with COBOL surely isn‘t about the language itself. The real challenge will be to decipher the spaghetti code that was created at a company in the last sixty or so years. And then to dare changing something without breaking the program as a whole.
That's easy you just use the huge number of test cases to ensure against introducing new bugs.
/S