Skip to content

[ENHANCE] Improve structure in transducer related classes  #436

@faridyagubbayli

Description

@faridyagubbayli

Description of the Enhancement

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

  1. Currently, the boundary between the transducer and it's usage is not clear.
  2. 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.
  3. 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


Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions