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

Merge fuzzer and generator implementations and regroup by types being supported rather than by technical level. #239

Open
jcornaz opened this issue Nov 18, 2020 · 0 comments
Labels
breaking There is no obvious way to introduce this change without breaking the API

Comments

@jcornaz
Copy link
Owner

jcornaz commented Nov 18, 2020

Example of how it can be organized:

  • Int
    • Generator
    • Simplifier
    • Fuzzer
  • String
    • Generator
    • Simplifier
    • Fuzzer

The rational is that a triplet Generator/Simplifier/Fuzzer is more cohesive than 2 arbitrary supported types (Like Int with String)

@jcornaz jcornaz added the breaking There is no obvious way to introduce this change without breaking the API label Nov 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking There is no obvious way to introduce this change without breaking the API
Projects
None yet
Development

No branches or pull requests

1 participant