Make sure the blueprints for all functions in the code are ok. #19

Closed
opened 2023-04-11 08:47:04 +00:00 by LunarTides · 2 comments
LunarTides commented 2023-04-11 08:47:04 +00:00 (Migrated from github.com)

The blueprints for function look something like this:

playCard(card: Card, player: Player) -> str | Card
summonMinion(card: Card, player: Player, update: bool, trigger_colossal: bool) -> Card

Make sure all of these look ok. The actual code for the functions don't really matter as long as it conforms to the blueprint. This is important so that cards can last as long as possible without maintenance.

The blueprints for function look something like this: ```js playCard(card: Card, player: Player) -> str | Card summonMinion(card: Card, player: Player, update: bool, trigger_colossal: bool) -> Card ``` Make sure all of these look ok. The actual code for the functions don't really matter as long as it conforms to the blueprint. This is important so that cards can last as long as possible without maintenance.
IsakSkole123 commented 2023-04-27 07:34:22 +00:00 (Migrated from github.com)

I know this is probably a good idea, but I will shelf it for now. Feel free to reopen at some point in the future.

I know this is probably a good idea, but I will shelf it for now. Feel free to reopen at some point in the future.
IsakSkole123 commented 2023-08-24 09:08:59 +00:00 (Migrated from github.com)

Reopening this, but won't give it a milestone. Do this whenever.

Reopening this, but won't give it a milestone. Do this whenever.
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#19
No description provided.