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

Switch to using hex for all constants #10

Open Dekkonot opened 4 years ago

Dekkonot commented 4 years ago

The source of the module looks like it's filled with magic numbers, and hex will make it look less like that since numbers like 0x7f and 0xff are obvious to people who know what they're doing