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
Type hints and checks would make it easier to use boofuzz correctly as #552 shows.
With type hints an IDE could warn the user about wrongly using the API and type checks for function arguments inside constructors could throw an obvious error message.
The text was updated successfully, but these errors were encountered:
Type hints and checks would make it easier to use boofuzz correctly as #552 shows.
With type hints an IDE could warn the user about wrongly using the API and type checks for function arguments inside constructors could throw an obvious error message.
The text was updated successfully, but these errors were encountered: