testit icon indicating copy to clipboard operation
testit copied to clipboard

Remove the documentation string from facts?

Open ikitommi opened this issue 9 years ago • 1 comments

Is the documentation string needed? there is always the testing from clojure.test than can be used for that. There would be less syntax to learn & simpler code.

What do you think?

ikitommi avatar Dec 15 '16 07:12 ikitommi

Probably a good idea. On the other hand, it does not hurt much to have it as an optional thing. There is now some semi-ugly code for guessing if the doc string is present, that would go away if we drop the doc strings.

jarppe avatar Dec 15 '16 09:12 jarppe