<div dir="ltr"><div>
> But, I think the benefit for @decorator on functions is mainly because a<br>
> function body is big, and this way we can read the decorator next to the<br>
> function signature while on a variable, this just add another way to<br>
> call a function on a variable.<br><br></div>Yes, it is, but I proposed it to give a visual indicator that it does not change the value that is assigned to the identifier, but rather changes the behaviour of the identifier, just like what most function decorators do.<br></div>