pragma
More readable code with less typing
By Stefan Schmiedl - Posted on July 3rd, 2009
How do you get back into your code after a week of doing something else?
- Start reading and put comments to what you don't understand.
- Add the categories you left out last week.
Both tasks involve a lot of typing, but that can be alleviated by using
features of your favorite text editor, vim in my case.
