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
Solidity version 0.8.18 introduced the possibility to use named parameters in mapping types. Since the minimum pragma version was bumped to Solidity version 0.8.19 via #4288, I think it would make sense to implement this new feature to increase the overall code readability.
📝 Details
OZ contracts make extensive use of mappings, and this could be definitely a benefit:
🧐 Motivation
Solidity version
0.8.18
introduced the possibility to use named parameters in mapping types. Since the minimum pragma version was bumped to Solidity version0.8.19
via #4288, I think it would make sense to implement this new feature to increase the overall code readability.📝 Details
OZ contracts make extensive use of mappings, and this could be definitely a benefit:
The text was updated successfully, but these errors were encountered: