Hacker News new | ask | show | jobs
by argimenes 2436 days ago
Another way of phrasing it is that a public interface is a kind of tight coupling. Also, private methods are typically contain highly factored code which may have little utility outside of the interface but which is factored for reasons of modularity.