Explore >> Select a destination


You are here

www.cimgf.com
| | qntm.org
5.4 parsecs away

Travel
| | [AI summary] The provided text is a collection of comments and discussions about the book 'Clean Code' by Robert C. Martin. It includes various perspectives on the book's content, examples, and recommendations for alternative resources. The discussion covers topics like code readability, side effects, method design, and the use of specific programming techniques. Some users criticize the examples in the book, while others appreciate its insights and find it helpful for learning clean coding practices. There are also mentions of other books and resources that are suggested as alternatives or supplements to 'Clean Code'.
| | google.github.io
2.5 parsecs away

Travel
| | Style guides for Google-originated open-source projects
| | www.cppstories.com
4.7 parsecs away

Travel
| | What do you do when the code for a variable initialization is complicated? Do you move it to another method or write inside the current scope? In this blog post, I'd like to present a trick that allows computing a value for a variable, even a const variable, with a compact notation.
| | astr0baby.wordpress.com
30.3 parsecs away

Travel
| If one needs to run neo4j natively on the Apple M1 hardware (for example to analyze/query BloodHound ingestor data from an Active Directory) and benefit from the fast CPU it seems to be possible to build and run from source. I have prepared this "experimental" howto so that others can reproduce this Pre-Requisites : make...