You’re comparing system packages to user-provided packages.
User-provided packages need to have names that are easily searchable. If you named a package eg threading, searching for $PROGRAMMING_LANGUAGE threading would give you a ton of irrelevant results
You’re comparing system packages to user-provided packages.
User-provided packages need to have names that are easily searchable. If you named a package eg
threading, searching for$PROGRAMMING_LANGUAGE threadingwould give you a ton of irrelevant results