54 books
—
6 voters
Programming Languages
Related Genres

“
Inheritance has recently fallen out of favor as a programming design solution in many programming languages because it’s often at risk of sharing more code than necessary. Subclasses shouldn’t always share all characteristics of their parent class but will do so with inheritance. This can make a program’s design less flexible. It also introduces the possibility of calling methods on subclasses that don’t make sense or that cause errors because the methods don’t apply to the subclass. In addition
...more
”
― The Rust Programming Language
― The Rust Programming Language
“
The keyword const doesn’t turn a variable into a constant! A symbol with the const qualifier merely means that the symbol cannot be used for assignment. This makes the value read-only through that symbol ; it does not prevent the value from being modified through some other means internal (or even external) to the program.
”
― Expert C Programming: Deep C Secrets
― Expert C Programming: Deep C Secrets
unihack crew reading-list
3 members,
last active 9 years ago
Reading ruby books in Montevideo, Uruguay
2 members,
last active 12 years ago
A group for listing and potentially discussing the books mentioned at https://twitter.com/munifi…more
1 member,
last active 16 days ago
Books supporting ACCU's motto: "Professionalism in Programming"
ACCU is a community of programm…more
22 members,
last active 10 years ago