2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
title: Re-use options
|
|
|
|
order: 20
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-02-18 18:33:38 +01:00
|
|
|
The same arguments for re-using measurements are also (somewhat) true for options.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
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.
|