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
croc's contracts are fairly abstract, so devs often need to jump in and follow the source code to understand how many of the features work
although well documented, i think its better to format comments into the NatSpec standard, so the comments can be picked up by toolings automatically. for example, etherscan injects the comments into the "contract ui" for all documented public methods, vscode shows the entire comments on hover, and docs can be auto generated as well
not sure if etherscan allows reverifying contract source code
currently, the comments start with /*
vs
The text was updated successfully, but these errors were encountered:
croc's contracts are fairly abstract, so devs often need to jump in and follow the source code to understand how many of the features work
although well documented, i think its better to format comments into the NatSpec standard, so the comments can be picked up by toolings automatically. for example, etherscan injects the comments into the "contract ui" for all documented public methods, vscode shows the entire comments on hover, and docs can be auto generated as well
not sure if etherscan allows reverifying contract source code
currently, the comments start with
/*
vs
The text was updated successfully, but these errors were encountered: