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
The code will look cleaner if we push all our comments and doc strings into the contract interfaces and just leverage the @inheritdoc tag. I'd do this after we sort them, we could also sort the interface functions alphabetically, but I'm not strongly opinionated on that. I think after visibility sorting either functionality sorting, or alphabetical sorting make equal sense.
The code will look cleaner if we push all our comments and doc strings into the contract interfaces and just leverage the
@inheritdoc
tag. I'd do this after we sort them, we could also sort the interface functions alphabetically, but I'm not strongly opinionated on that. I think after visibility sorting either functionality sorting, or alphabetical sorting make equal sense.Should be handled after #174
The text was updated successfully, but these errors were encountered: