d2d icon indicating copy to clipboard operation
d2d copied to clipboard

Code smell in arLink

Open JoepVanlier opened this issue 6 years ago • 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.

JoepVanlier avatar Jan 30 '19 10:01 JoepVanlier