Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Eliminate code duplication #42

Open
1 of 2 tasks
Guillawme opened this issue Mar 14, 2018 · 0 comments
Open
1 of 2 tasks

Eliminate code duplication #42

Guillawme opened this issue Mar 14, 2018 · 0 comments

Comments

@Guillawme
Copy link
Owner

Guillawme commented Mar 14, 2018

There is currently a fair amount of code duplication, and stabilizing the interface requires getting rid of this duplication. The goal would be to have generic functions for most tasks, internally calling specialized functions based on the value of a parameter. This way, extending the package would simply require adding a specialized function and a parameter caught by a switch statement in the generic function.

This refactoring started in #33 and fd7f1a6

More things to refactor:

  • *_average_replicates()
  • *_inspect_raw_data()
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant