-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Dev Experience #301
Comments
Error message lacks clarity when function parameters are not provided: https://discord.com/channels/747741246667227157/948144672402972682/1196050728909807716 |
Suggest fixes for errors Not sure how tricky to implement but maybe some low hanging fruit, i.e incorrectly naming builtin funcs, etc:
Current error:
With suggestion:
Clearer error when declaring contract attributes in wrong order For example declaring
Throws this error that doesn't indicate the issue:
|
Implement user friendly error reporting This is probably a CLI thing but putting it here Currently raw errors are shown including stacktraces, etc which likely isn't useful to contract devs most of the time, consider making error reporting more user friendly/concise. Current error: Error output
Instead only show whats useful to contract devs, something along the lines of:
|
Feel free to share any specific suggestions to enhance the overall experience, especially with examples. The dev team is currently busy, but we'll soon have more time to fine-tune things. Your input is valuable!
The text was updated successfully, but these errors were encountered: