13 lines
343 B
Markdown
13 lines
343 B
Markdown
![]() |
---
|
||
|
title: Re-use options
|
||
|
order: 20
|
||
|
---
|
||
|
|
||
|
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.
|
||
|
|