The Python approach for namespaces is more to avoid name clashes than to make everything private. I miss it in elisp.
miniblog.
Related Posts
What do you choose for your URL structure when building a website, and why?
For example, consider a wiki. Would you do /PageName (short but name clashes), /page/PageName (verbose, clear) or /p/PageName (no clashes, but unclear)?