perlindgren / syncrim

17 stars 4 forks source link

Signal refactor #47

Closed perlindgren closed 1 year ago

perlindgren commented 1 year ago

Problem:

As of now SignalData denotes the values of signal. However, usage is inconsistent, in cases setters use the naming value or val.

Solution: A small re-factor of SignalData into SignalValue and consitent usage value for setters/getters.

This is a simple syntactic change and should improve overall readability, PR in https://github.com/perlindgren/syncrim/pull/48.

perlindgren commented 1 year ago

Close as merged.