Closed Dekkonot closed 4 years ago
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)
bitBuffer.X
X
Ideally, the format would be bitBuffer.X since it makes debugging easier.
In some cases (such as writeFloat) the assertion messages use the format
bitBuffer.X
and in others (such as readBit) they useX
(n both cases, X is the name of the function)Ideally, the format would be
bitBuffer.X
since it makes debugging easier.