Hacker News new | ask | show | jobs
by Chamuco1198 3246 days ago
I usually try to make a UML Sequence diagram so I know what classes are being instantiated and what methods are being called as well as what's being returned. Also, I try to make as many type hierarchies as I can, especially when abstract classes are involved.