Closed perlindgren closed 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.
SignalData
value
val
Solution: A small re-factor of SignalData into SignalValue and consitent usage value for setters/getters.
SignalValue
This is a simple syntactic change and should improve overall readability, PR in https://github.com/perlindgren/syncrim/pull/48.
Close as merged.
Problem:
As of now
SignalData
denotes the values of signal. However, usage is inconsistent, in cases setters use the namingvalue
orval
.Solution: A small re-factor of
SignalData
intoSignalValue
and consitent usagevalue
for setters/getters.This is a simple syntactic change and should improve overall readability, PR in https://github.com/perlindgren/syncrim/pull/48.