Zoekfilters
Programmeertalen (2)
Effective C++, 3rd edition
55 Specific Ways to Improve Your Programs and Designs
2023 || Paperback || Scott Meyers || Pearson
Organized around 55 specific guidelines, each of which describes a way to write better C++, this book reflects on modern design considerations, including exceptions, design patterns, and multithreading. It also provides guidance on the design of effective classes, functions, templates, and inheritance hierarchies.
"Every C++ professional needs a copy of Effective C++. It is an absolute must-read for anyone thinking of doing serious C++ development. If you've never read Effective C++ and you t...
Clean Code / 1st edition
A Handbook of Agile Software Craftsmanship
2008 || Paperback || Robert Martin || Pearson
Even bad code can function. But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code.
But it doesn't have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship.
Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code "on the fly...