More a discussion, then an issue.
I liked a lot the idea of inline examples as defn metadata.
But I can see that I enter quickly in dependency cycles.
The "examples" I would like to attach to my functions, are not simply testing a function in isolation,
but "combine" various functions across metamorph.ml
Firstly we could of course argue, that these are not pure "examples of one fn", which is correct.
I could as well always workaround, by using the add-example including using a different namespace
@genmeblog
Probably you have experienced this as well before.
More a discussion, then an issue.
I liked a lot the idea of inline examples as
defnmetadata.But I can see that I enter quickly in dependency cycles.
The "examples" I would like to attach to my functions, are not simply testing a function in isolation,
but "combine" various functions across
metamorph.mlFirstly we could of course argue, that these are not pure "examples of one fn", which is correct.
I could as well always workaround, by using the
add-exampleincluding using a different namespace@genmeblog
Probably you have experienced this as well before.