Hacker News new | ask | show | jobs
by hwc 554 days ago
> internal function

every time you introduce something nonstandard, you add one little hardship to anyone trying to read or modify your code.

if a programmer is familiar with the language, it's standard library, and the normal idioms, then they should be able to just jump in.