Package naming is very important when it comes to making sure that it correctly showcases its abilities and the reason to be used for. Here are some points that needs to be taken care of the following:
- The package naming should be such that it should be easy enough for people coming from various backgrounds (like maths or physics) to understand clearly what the package is all about. Hence, the use of jargon should be kept in check.
- The name Julia should not be used while naming the package. The biggest reason for this is that it's obvious that the package will be used by the language's users; on the other hand, it might also mislead that the package is somehow related to the language's creators.
- Packages that ...