foxssake/netfox

Add Static Typing across everything

TheYellowArchitect opened this issue · 1 comments

Static typing is more intuitive, and also boosts performance.

Game code is not planned to have type annotations everywhere, only where it helps readability / autocomplete.

Addon code should have type annotations on fields and methods, will do a check if that holds true for every script of every addon.