Conversation
|
On naming: the
but that becomes quite verbose. |
I think it's fine to use this nomenclature. I don't think the alternatives you suggest make it that much clearer. While it is formally speaking more accurate, I don't think it would be interpreted differently by a reader. We need to document well what locked (etc) means, or find a way to make the entire object lockable. |
While working on tests for ContinuousData, I was fixing some locking mechanisms. Since these will probably be reused in the future, I decided to write a mixin instead.
This mixin has been implemented and tested with ContinuousData only.