Dekkonot / bitbuffer

A binary stream module for packing binary data in pure Lua
https://dekkonot.github.io/bitbuffer/
MIT License
44 stars 11 forks source link

Assertion messages are inconsisent #8

Closed Dekkonot closed 4 years ago

Dekkonot commented 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)

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