Do you print a copy of your source code for review? I've been doing that since college. Reading source code on paper somehow lets me find problems that otherwise I would've missed by reading the code on a computer monitor.
I also used to but I think these days reviews have evolved and now you can do them with tools like crucible, or better yet pair program and get the review line by line as it happens.
I also used to but I think these days reviews have evolved and now you can do them with tools like crucible, or better yet pair program and get the review line by line as it happens.
It's just not feasible to print off code for anything larger than the simple bank account programs that I used to do for my assessments in high school, come to think of it I haven't printed off since then!
If you are needing to print off code to find problems, perhaps you should consider unit tests, or better yet TDD to help you.
Every time you print source code, Trogdor burninates a village. A better way to review your own code is by changing it iteratively, by testing it, and by talking about it with others.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.