Hacker News new | ask | show | jobs
by UK-Al05 2771 days ago
TDD should only drive the public interface of your "module", if your testing your internals your doing it wrong. It will hinder refactoring rather than help.