Open uli42 opened 7 years ago
Hi Ulrich,
On Tuesday, April 25, 2017, Ulrich Sibiller wrote:
Assigned #448 to @sunweaver. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Yes. That looks good. Please go ahead.
Mike
-- Sent from my Fairphone (running Sailfish OS)...
Using the following macros we can greatly reduce the number of lines in the source files and make the code more readable:
E.g. we can replace common patterns like this
by this oneliner:
By defining
DPRINTLOCATION
you can also print out filename and line number.I suggest introducing that to increase readability. What do you think?