In software sometimes we want to separate out some code that we may want to use over and over again, or maybe we want to share it with other people. In JavaCAD we are going to refer to this as a “Factory”.

You can create and share factories just by posting a script in a git repository.