Data2Dynamics/d2d

Code smell in arLink

JoepVanlier opened this issue · 0 comments

There is some code smell in arLink.

There are several arguments for adding temporary data points here specifically for arPPL. The datapoints added here are hardcoded to go into the ppl substruct.

This should really be refactored to use arAddData instead.

Tasks:

  1. Develop test for arPPL.
  2. Refactor arLink and arPPL to separate concerns.