erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

OCMock headers have very few comments #359

Open jaredgrubb opened 6 years ago

jaredgrubb commented 6 years ago

I've noticed that usually when I Cmd-click to learn more about some OCMock method/macro, I get a header with very little comments.

jaredgrubb commented 6 years ago

Are you open to patches to add comments to most/all of the public methods/macros?

erikdoe commented 6 years ago

Yes, defintely open to this. Developer experience is important, especially for something like a testing framework.