- Guides
- Pattern design best practices
- Re-use options
Re-use options
The same arguments for re-using measurements are also (somewhat) true for options.
While your pattern may require some very specific options, there’s probably a bunch that are similar to other patterns. Re-use those names.
As in, bicepsEase
exists. So don’t go creating an upperArmEase
option.