You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two classes for representing and working with transducer, kWaveTransducerSimple and NotATransducer, can be improved in terms of code structure and clarity.
Justification for the Enhancement
Currently, the boundary between the transducer and it's usage is not clear.
Naming of the classes are not the best. We chose these names back then for the sake of time efficieny but it is time to improve this.
Clear separation will help with writing tests and overall code quality.
Impact of Changes
Better naming, clear ownership of the properties and separation between definition and usage of the transducer.
Screenshots/Examples
Additional Context
The text was updated successfully, but these errors were encountered:
Description of the Enhancement
Two classes for representing and working with transducer,
kWaveTransducerSimple
andNotATransducer
, can be improved in terms of code structure and clarity.Justification for the Enhancement
Impact of Changes
Better naming, clear ownership of the properties and separation between definition and usage of the transducer.
Screenshots/Examples
Additional Context
The text was updated successfully, but these errors were encountered: