Checkpoint
Did some drills with JUnit to see how my habits compare to the philosophy of Test Driven Development. I just kept drilling to the point where I wasn't thinking about it so I can record what I do unconsciously. The Results? Good: Code comes up pretty fast considering that I'm also writing test procedures. My testing time is vastly reduced by the JUnit tester. Somewhat gotten the hang of the automatic refactoring commands. Bad: I'm skipping the fail steps. According to Charo it's a reflex of those whose habit is to code right the first time.