/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.cimgf.com
| | 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.
| | 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'.
| | blog.computationalcomplexity.org
4.1 parsecs away

Travel
| | Coding Style Is Important Does coding style matter? We teach students how to write code and about algorithms. But, do we discuss coding styl...
| | squanderingti.me
27.2 parsecs away

Travel
| Exploring the innards of an ELF binary to find the physical location of main.