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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is reading ASPD by liskov and guttag worth it in 2019?

4 点作者 alexgiorev超过 6 年前
In my question ASPD stands for &quot;Abstraction and Specification in Program Development&quot;.<p>I am certain there are ideas in that book which are still relevant today, but since I am self learning, I am afraid I won&#x27;t be able to discern the good ideas from the outdated ones. Is it worth my time to read the book if:<p>- i am a beginning programmer<p>- i have already read SICP (which covers some of the same topics, like procedural abstraction, data abstraction...)<p>Thanks for your time.

1 comment

hackermailman超过 6 年前
The course notes here are a full textbook and cover some of the same topic <a href="https:&#x2F;&#x2F;www.cs.cornell.edu&#x2F;courses&#x2F;cs3110&#x2F;2018sp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cs.cornell.edu&#x2F;courses&#x2F;cs3110&#x2F;2018sp&#x2F;</a> (see lecture 9) the ideas are the same, though ASPD uses CLU as a lang example you can adopt the ideas to any spec. I still read 1980s programming texts, such as the Unix Programming Environment which taught me awk and sh scripts. You could also look up that book on google scholar to follow the citations (800+) and change the results year to find modern papers&#x2F;books on the same subject.<p>Matthias of Little Schemer author fame also has a course in software development covering specs <a href="http:&#x2F;&#x2F;www.ccs.neu.edu&#x2F;home&#x2F;matthias&#x2F;4500-f18&#x2F;2.md" rel="nofollow">http:&#x2F;&#x2F;www.ccs.neu.edu&#x2F;home&#x2F;matthias&#x2F;4500-f18&#x2F;2.md</a> or any school <a href="https:&#x2F;&#x2F;www.cs.cmu.edu&#x2F;~ckaestne&#x2F;15313&#x2F;2018&#x2F;index.html#schedule" rel="nofollow">https:&#x2F;&#x2F;www.cs.cmu.edu&#x2F;~ckaestne&#x2F;15313&#x2F;2018&#x2F;index.html#sched...</a>