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
Some routines, originally intended for internal use only but not underscored, do not check if the input is within acceptable limits. This should be tested so that programming errors are caught.
Specifically: WriteLocChar, WriteRaw, WriteInt need guards.
Also, WriteData's argument "data" is confusingly close to self.DATA. Change name.
The text was updated successfully, but these errors were encountered:
Some routines, originally intended for internal use only but not underscored, do not check if the input is within acceptable limits. This should be tested so that programming errors are caught.
Specifically: WriteLocChar, WriteRaw, WriteInt need guards.
Also, WriteData's argument "data" is confusingly close to self.DATA. Change name.
The text was updated successfully, but these errors were encountered: