Hacker News new | ask | show | jobs
by jonahkagan 4336 days ago
What if the private methods are complex but also module-specific? For instance, if they deal with a data type that is private to the module?

When you pull out complex code like this into another module, how do you specify that the new module is actually private to the old module?