Exceptional C++ Style: Index Tables
It may seem obvious, but clear, concise code benefits everyone in the process. This sample chapter from Exceptional C++ Style explains in detail how clear code enhances productivity at every step of the way, not just for programmers and debuggers.
This chapter is from the book
Index tables are a genuinely useful idiom and a technique that's worth being aware of. But how can we implement the technique effectively. . nay, even better than that, exceptionally?
JG Question
-
Who benefits from clear, understandable code?
Page 1 of 3
Next >