hai-vr/av3-animator-as-code

Reconsider the use of `void` returning functions

hai-vr opened this issue · 1 comments

Some functions return void.

  • For some of them, it can be argued that returning void marks the effective consumption of what precedes it (i.e. AacFlSettingCurve).
  • For others, it may be justified to continue allow chaining.

Reconsider the use of void returning functions for cases where chaining could be justified.

hai-vr commented

Most void functions have been removed, except in places where assets are removed, cleared, or in terminal functions