top | item 43580276

(no title)

_Wintermute | 11 months ago

Happens with R as well where everything gets dumped into a global namespace. It's a huge mess.

If you're lucky all functions will have a common prefix str_* or fct_*. If you're unlucky then you have to figure out which package has clobbered a standard library function, or the exact ordering of your package import statements you need for your code to run.

discuss

order

No comments yet.