Sean Vieira

Results 3 comments of Sean Vieira

> [I]t appears that TypeScript and Python execute the outer functions in top-down order Actually, that's not quite how decorators in Python work: ``` python3 $ python3 Python 3.4.3 (default,...

True, and that is a _potential_ foot-gun, but I cannot think of any cases where source position is likely to be needed at _run-time_ (I can see using decorators as...

_Chuckles_ Fair enough - thanks for taking the time to point out the issues!