Explore >> Select a destination


You are here

embeddeduse.com
| | mycolaos.com
1.2 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
| | www.pathsensitive.com
1.8 parsecs away

Travel
| | I'm trying to read all the good writing about software design. This is very easy because not very much has been written: it turns out that i...
| | jonathan-frere.com
1.9 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.
| | www.jurecuhalev.com
18.3 parsecs away

Travel
| Grokking Simplicity is an introductory book that will take you to the world of functional programming. It uses basic JavaScript to explain filter(), map(), and reduce() in simple and logical steps. As an experienced engineer, I read the book hoping it would allow me to read F# code better. What I got from it instead [...]