In my question ASPD stands for "Abstraction and Specification in Program Development".<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'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.
The course notes here are a full textbook and cover some of the same topic <a href="https://www.cs.cornell.edu/courses/cs3110/2018sp/" rel="nofollow">https://www.cs.cornell.edu/courses/cs3110/2018sp/</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/books on the same subject.<p>Matthias of Little Schemer author fame also has a course in software development covering specs <a href="http://www.ccs.neu.edu/home/matthias/4500-f18/2.md" rel="nofollow">http://www.ccs.neu.edu/home/matthias/4500-f18/2.md</a> or any school <a href="https://www.cs.cmu.edu/~ckaestne/15313/2018/index.html#schedule" rel="nofollow">https://www.cs.cmu.edu/~ckaestne/15313/2018/index.html#sched...</a>