|
|
|
|
|
by anentropic
2827 days ago
|
|
Hi, just coming back to say congrats on your library and I wish you all the best with it :) I see your reasoning here (`import pypeln as pl`) but I still think where you have submodules you should use unabbreviated words for their names. For me I'd be happy with `pl.process.map` in my code, but `pl.pr.map` feels a bit too obscure to have as the default. These things are quite subjective of course, but part of that subjective judgement comes from the experience of what is commonly done in other Python libraries (the stdlib is a bit of a mixed bag in this regard unfortunately, riddled with CamelCase and other abominations). |
|