/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.pathsensitive.com
| | jonathan-frere.com
2.1 parsecs away

Travel
| | This review is largely in response to the article "It's probably time to stop recommending Clean Code", and the ensuing Reddit discussion. A lot of really interesting points were brought up, but the big question that the author themself wasn't able to answer was: "What should we recommend instead?" I believe the book we should be recommending is A Philosophy of Software Design by John Ousterhout. In this post I want to spend a bit of time reviewing it and giving an overview of the contents, and then I want to explain why, in my opinion, it is such a good recommendation.
| | mycolaos.com
1.6 parsecs away

Travel
| | What are the Secrets of Software Design? Magic Trick: Red Flags Minimize Complexity: Deep Classes and Information Hiding Define errors out of existence Mindset: Tactical vs. Strategic programming How much to invest? New ideas discovered Key Lessons and Conclusion
| | randomwits.com
2.5 parsecs away

Travel
| | Random Wits, my digital footprint.
| | www.jmeiners.com
28.2 parsecs away

Travel
| [AI summary] The provided text outlines the development of an LC-3 virtual machine (VM) in C, including the implementation of various instructions, memory operations, and input/output handling. It also discusses an advanced C++ approach using templates and bitwise flags to reduce code duplication and improve efficiency. The text covers topics like instruction decoding, memory addressing, flag handling, and platform-specific input buffering. Additionally, it references contributions from the community and mentions GitHub tags for organizing implementations in different languages.