Hernan Wilkinson wrote:
I think that classification is a matter of time and maturity of what you are doing. When I'm programming, using TDD or in the debugger, I don't care about categorization, I don't want to be stopped or slowed down by that. But before I commit the code, I run SmallLint and solve all the uncategorized methods. That is the time when I have the whole picture and can do a better categorization.
Interesting. My own standard practice with Monticello is to always first click the <Changes> button to help me summarize what this commit is about. Sometimes I see a leftover 'self halt' or Transcript and jump back to clean that up before saving. If Monticello had a <SmallLint> button, then I think I would make great use of it to clean up just prior committing a package revision. cheers -ben