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
./ai/STA/Tactic/goalkeeper.py:57: # TODO: go_kick is copy paste in goalkeeper, we need to find a way to schedule a go tactic in another tactic
The problem: there is a lot of code that is duplicated in different tactics, finding a clean way deduplicate it (composite pattern?) would make the tactics more concise.
The text was updated successfully, but these errors were encountered:
The problem: there is a lot of code that is duplicated in different tactics, finding a clean way deduplicate it (composite pattern?) would make the tactics more concise.
The text was updated successfully, but these errors were encountered: