Hacker News new | ask | show | jobs
by ju-st 2552 days ago
In your example `is_carbonated` is a private method. In an public interface you would want to hide the implementation details but surely not in a private method.