mathworks / toolboxdesign

Best practices for creating high-quality and user-friendly MATLAB toolboxes, including recommendations for file organization, testing, and releasing the toolbox.
Creative Commons Attribution 4.0 International
87 stars 4 forks source link

Naming Conventions for Toolboxes #22

Closed versionbaygt closed 2 months ago

versionbaygt commented 2 months ago

It might be good to call out MathWorks guidelines in naming toolboxes

rpurser47 commented 2 months ago

Hi. Loved the post on the MATLAB Jokes toolbox. The lawyers have taught me that, generally speaking, if you want to use MATLAB (or any trademarked name) in the name of something you create, you should put it at the end so that it's clear that you are not claiming the trademarked thing. So, "Jokes for MATLAB" or "Jokes Toolbox for MATLAB"

So, the recommended pattern if you want to use MATLAB in the name of your toolbox is "\<your thing> for MATLAB" or "\<your thing> Toolbox for MATLAB"

I'm on the fence on whether to put this advice in the best practice, but I'll consider it for a future version.