Skip to content

Instantly share code, notes, and snippets.

@AbbasHoseini
Created December 8, 2021 06:03
Show Gist options
  • Save AbbasHoseini/327f62c525d4002994521cd0c2aea7f3 to your computer and use it in GitHub Desktop.
Save AbbasHoseini/327f62c525d4002994521cd0c2aea7f3 to your computer and use it in GitHub Desktop.
// BAD: DO NOT DO THIS
void myTapHandler() {
var cartWidget = somehowGetMyCartWidget();
cartWidget.updateWith(item);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment