printers: Reduce amount of nesting
Many functions have large amounts of nesting. This makes them harder to understand and thus hide a lot of bugs (there are a lot of memory leaks hidden in here).
Edited by Robert Ancell
Many functions have large amounts of nesting. This makes them harder to understand and thus hide a lot of bugs (there are a lot of memory leaks hidden in here).