Dekkonot/bitbuffer

Assertion messages are inconsisent

Closed this issue · 0 comments

In some cases (such as writeFloat) the assertion messages use the format bitBuffer.X and in others (such as readBit) they use X (n both cases, X is the name of the function)

Ideally, the format would be bitBuffer.X since it makes debugging easier.