The syntax of Python decorators really annoys me.
Put one singular keyword prefixed with an @ on an entire line, and then the thing the decorator decorates starts on the next line.
The syntax of Python decorators really annoys me.
Put one singular keyword prefixed with an @ on an entire line, and then the thing the decorator decorates starts on the next line.
@dragonarchitect that's not terribly uncommon, I don't think. like 50/50 if it works
java is before, c# can be mixed, rust macros are before, swift can be mixed