You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often, as a quick validation check, the length of a az_bytearray_t will be checked to ensure it's at least three bytes long, due to inference from the actual multiformat specifications themselves. While this is technically valid, the current codebase is now littered with nasty magic numbers.
These belong in a macro constant of some sort, perhaps defined in src/azorian.h.
The text was updated successfully, but these errors were encountered:
Often, as a quick validation check, the length of a
az_bytearray_t
will be checked to ensure it's at least three bytes long, due to inference from the actual multiformat specifications themselves. While this is technically valid, the current codebase is now littered with nasty magic numbers.These belong in a macro constant of some sort, perhaps defined in src/azorian.h.
The text was updated successfully, but these errors were encountered: