orbland / contracts

🔮 Orb and related contracts. Auction + Harberger taxed ownership + invocations.
https://orb.land
MIT License
22 stars 5 forks source link

[INF] Unify modifiers #26

Closed odyslam closed 1 year ago

odyslam commented 1 year ago

Description

The codebase makes extensive use of modifiers. There is room for consolidation and simplification to improve the readability of the codebase.

Suggestion

lekevicius commented 1 year ago

Can we separate this issue? I fully agree with removing modifiers from getters and UX guardrails, but less convinced on removing onlyHolderHeld. Maybe that can be moved to a separate issue, and then we can confirm this smaller one?