TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Lasting Legacy: Thoughts on COBOL

1 点作者 arexxbifs超过 3 年前

1 comment

simonblack超过 3 年前
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.