student-network icon indicating copy to clipboard operation
student-network copied to clipboard

Implement connections and notifications in a class variable

Open IsaacCheng9 opened this issue 3 years ago • 0 comments

Problem Statement

  • At the moment, connections and notifications are stored with requestCount and notifications being returned with every function.
  • This can be better implemented by using classes, and storing these as class variables.

IsaacCheng9 avatar Dec 31 '21 01:12 IsaacCheng9