C++ for dinosaurs
Nick Economidis
Broschiertes Buch

C++ for dinosaurs

Guide for readable, maintainable, reusable and faster code

Versandkostenfrei!
Versandfertig in 1-2 Wochen
14,99 €
inkl. MwSt.
PAYBACK Punkte
7 °P sammeln!
This is a guide for creating readable, maintainable, reusable and faster code. No object oriented programming is involved. Out of all techniques which aim to improve your product's quality, readability has the highest return on effort. - Quality: Bugs are found mostly by reviewing other people's code. You can't review somebody else's code if you cannot read it. Bugs are not found by unit-tests, because unit-tests are created to capture errors that are known to exist. - Efficiency: Maintenance takes about 80%% of developers' time. Therefore, spending some time in writing better code will save y...