At the beginning of the day I like to know exactly where I left off, so one way of accomplishing that is to just insert "you are here..." in the body of your code where you left off. This accomplishes two things:
- it prevents compilation since "you are here..." is not valid code
- the IntelliSense picks up the self-inflicted bug in the code and insterts red squigglies to show you the exact location where you left off...
Hope this helps!
No comments:
Post a Comment