Software Design with John Ousterhout
Listen now
Description
To build anew or to rebuild? Many developers have a knee-jerk reaction to start building existing software systems from scratch because they think that is the easiest way forward.  Today, we talk with John Ousterhout. John is the Bosack Lerner Professor of Computer Science at Stanford University. His current research focuses on new software stack layers to allow data center applications to take advantage of communication and storage technologies with microsecond-scale latencies. He is the author of the book "A Philosophy of Software Design", co-creator of the Raft consensus algorithm, and creator of the Tcl scripting language and the Tk toolkit. He tells us about the software designs of legacy systems, why incremental changes of legacy systems are inevitable, and how to resist the impulse of rewriting large software systems from scratch.  When you finish listening to the episode, connect with John on Twitter, read his book, and join his discussion group on software design.  Mentioned in this episode: John on Twitter at https://twitter.com/johnousterhout?lang=en John’s profile at Stanford University at https://web.stanford.edu/~ouster/cgi-bin/home.php A Philosophy of Software design at https://www.amazon.com/Philosophy-Software-Design-John-Ousterhout/dp/1732102201 Raft Consensus Algorithm at https://raft.github.io TCL/Tk at https://www.tcl.tk/about/language.html John’s Software Design Discussion Group at [email protected]   
More Episodes
There are three groups of people around every legacy system - those who are stuck with it, those who don't want to be with it, and those who love it and see its value. How do we reconcile these three opinions and rewrite legacy code without completely replacing it? Today we talk with Dave...
Published 09/16/24
Published 09/16/24
One of the reasons why it is difficult to work with legacy code is the lack of preserving the contextual reasons for past coding choices.  Today we talk with Chelsea Troy, a Machine Learning Team Lead at Mozilla and a computer science lecturer at the University of Chicago. She tells us about the...
Published 07/22/24