Open iamdefinitelyahuman opened 3 years ago
It would be nice to automatically re-order function decorators. In my opinion the best sequence is mutability, visibility, re-entrancy:
@view @external @nonreentrant('lock') def foo(): ...
It would be nice to automatically re-order function decorators. In my opinion the best sequence is mutability, visibility, re-entrancy: