Rearrange ability parameters #403

Closed
opened 2025-10-17 06:00:43 +00:00 by LunarTides · 0 comments
LunarTides commented 2025-10-17 06:00:43 +00:00 (Migrated from github.com)

(owner, self) -> (self, owner)

This makes more sense. It includes the equivalent of this as the first parameter, instead of the second. This is consistent with other languages like Python or Rust.

`(owner, self)` -> `(self, owner)` This makes more sense. It includes the equivalent of `this` as the first parameter, instead of the second. This is consistent with other languages like Python or Rust.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LunarTides/Hearthstone.js#403
No description provided.