just found some code that says "'endian': True"

someone needs to ban programmers from booleans

@foone - Or maybe IDEs should enforce variable name conventions on booleans, like sticking an “is” in front or really old school “p” for “predicate” at the end.

@jym @foone

isEndian: True

@tuzgai @foone - My thinking is that they're trying to do `endian` as a [0, 1] enum and `isEndian` would look too ludicrous and show the the error of their ways. A guy can dream.