July 2020
Intermediate to advanced
360 pages
7h 8m
English

7.1Constraints
⊳As few lines of code as possible.
7.2A Program in This Style

7.3Commentary
THE MAIN CONCERN of this style is brevity. The goal is to implement the program’s functionality in as few lines of code as possible. This is usually achieved by using advanced features of the programming language and its libraries. When brevity is the only goal, it is not unusual for this style to result in lines of code that are very long, with instruction sequences that are hard to understand. Often, too, textual brevity ...
Read now
Unlock full access