MichaelDrogalis / dire

Erlang-style supervisor error handling for Clojure
483 stars 19 forks source link

Minor errors exclamation marks in README #13

Closed clojens closed 11 years ago

clojens commented 11 years ago

They must be from an earlier version/API or typos, but some examples ns/function names had missing exclamations.

update: heck, they are both there, how did I miss that. I had the exclamation-less failing on me but I should have checked the source. I was already wondering why supervise didn't seem to diff with or without.

I assume the exclamation(less) versions are for with/without side-effects? Anyway, I guess you can delete this, I can't.

MichaelDrogalis commented 11 years ago

Eeek, sorry I didn't see this earlier. GitHub's notification system isn't so great.

It's okay - I need a better way to lay out the documentation. It's not the most intuitive thing.

MichaelDrogalis commented 11 years ago

And to answer your question - yes. The functions without '!' have no side effects.