8 Oct
2018
8 Oct
'18
12:29 a.m.
On Mon, Oct 8, 2018 at 4:26 PM Marko Ristin-Kaufmann <marko.ristin@gmail.com> wrote:
Not true for good docstrings. We very seldom change the essential meaning of public functions.
In my team, we have a stale docstring once every two weeks or even more often. If it weren't for doctests and contracts, I could imagine we would have them even more often :)
In other words, you change the *public interface* of your functions all the time? How do you not have massive breakage all the time? ChrisA