You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When describing some classes writing "self" argument in every method in boring. It would be cool if there was an opportunity to shorten this like ---@field draw fun(:, dt: integer): nil instead of ---@field draw(self: Drawable, dt:integer): nil
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When describing some classes writing "self" argument in every method in boring. It would be cool if there was an opportunity to shorten this like
---@field draw fun(:, dt: integer): nil
instead of---@field draw(self: Drawable, dt:integer): nil
Beta Was this translation helpful? Give feedback.
All reactions