Skip to content

Instantly share code, notes, and snippets.

@mehmetf
Last active October 20, 2017 04:54
Show Gist options
  • Save mehmetf/f674818e5be8907c060b0bf8e82a1004 to your computer and use it in GitHub Desktop.
Save mehmetf/f674818e5be8907c060b0bf8e82a1004 to your computer and use it in GitHub Desktop.
Large Context
class MyAppContext {
int teamId;
String teamName;
int studentId;
String studentName;
int classId;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment