Comment by lynguist
9 months ago
This was such a riveting and literary read, I enjoyed it and couldn’t put it away, like a novel where I was invested in the characters!
Are there any other such reads in the software engineering field?
9 months ago
This was such a riveting and literary read, I enjoyed it and couldn’t put it away, like a novel where I was invested in the characters!
Are there any other such reads in the software engineering field?
Knuth?
He has argued in the past that the concept of Literate Programming
http://literateprogramming.com/
is the most important work he has done, and I highly recommend his various collections of lecture notes/papers including:
https://www.goodreads.com/book/show/112245.Literate_Programm...
A Discipline of Programming, Dijkstra
The architecture of Concurrent Programs, Per Brinch Hansen
Literate programming--see http://www.literateprogramming.com/
I don't recommend Design Patterns, as these are elements needed if your programming language is inadequate.
There are many more.