additional_dimension only accepts one dimension and I need multiple for my application, so I have copied the pattern in use for replace_dimensions and applied it to a new and discreet additional_dimensions.
I have maintained additional_dimension in the code for backwards compatibility although this could be removed. I thought it would be confusing to change the behaviour of additional_dimension although that approach would also be backwards compatible.
additional_dimension
only accepts one dimension and I need multiple for my application, so I have copied the pattern in use forreplace_dimensions
and applied it to a new and discreetadditional_dimensions
.I have maintained
additional_dimension
in the code for backwards compatibility although this could be removed. I thought it would be confusing to change the behaviour ofadditional_dimension
although that approach would also be backwards compatible.