Info
Alle Bewertungen (29)
- podnik (3622)- Bewertung vom Käufer.Vor über einem JahrBestätigter KaufThank you for an easy, pleasant transaction. Excellent buyer. A++++++.
- rmimage (9655)- Bewertung vom Käufer.Vor über einem JahrBestätigter Kauf����★☆★Great Transaction!! Highly Recommend!!☆★☆����
- thrift.books (3980182)- Bewertung vom Käufer.Vor über einem JahrBestätigter KaufGreat communication. A pleasure to do business with. ~Thrift.Books
Rezensionen (1)

27. Jul 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.