Hacker News new | ask | show | jobs
by Ndymium 2245 days ago
def and defp are probably the least magical of those. def is for public functions (can be called from other modules) and defp is for private functions (cannot be called from other modules).