About
All feedback (29)
- podnik (3488)- Feedback left by buyer.More than a year agoVerified purchaseThank you for an easy, pleasant transaction. Excellent buyer. A++++++.
- rmimage (9527)- Feedback left by buyer.More than a year agoVerified purchase����★☆★Great Transaction!! Highly Recommend!!☆★☆����
- thrift.books (3949900)- Feedback left by buyer.More than a year agoVerified purchaseGreat communication. A pleasure to do business with. ~Thrift.Books
Reviews (1)

Jul 27, 2021
Every C programmer should read this book.
The book has lessons about C programming that every C programmer should be aware of. Both for writing code with as few errors as possible and for designing functions that are easy to use correctly and discourage bad practices at the call site. It's not a C tutorial, the author assumes you know the language. But it's easy to fall into the trap of believing that the extensive C standard library functions are the proper way to design functions. Some are designed ok, but many were not (no one really new better at the time they were created, so this is not a criticism of the brilliant designers of C and the library) and the author helps one see how to do better in our own code.