TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Lasting Legacy: Thoughts on COBOL

1 pointsby arexxbifsover 3 years ago

1 comment

simonblackover 3 years ago
COBOL&#x27;s biggest asset is the readability factor. Forget everything else about it. In business, maintainability is far more important than &#x27;smart coding&#x27;.<p>I have COBOL programs sitting in my &#x27;archives&#x27; hard drive which I probably haven&#x27;t looked at since I wrote them in the mid-1980s. But I venture to say that I could dig one out and see exactly what it was for, and how it was done, in minutes. And that&#x27;s after a lapse of 30-something years.<p>ASIDE: <i>COBOL just isn&#x27;t a very interesting language to computer science type persons because it&#x27;s not made for solving computer science type problems.</i><p>It&#x27;s not as boring a language as you might think. I once coded an 8080 disassembler in COBOL. Yes, it was pretty slow but it actually worked. I didn&#x27;t bother to upgrade it later to a Z80 disassembler, so I stopped using it.