student-network
student-network copied to clipboard
Implement connections and notifications in a class variable
Problem Statement
- At the moment, connections and notifications are stored with
requestCount
andnotifications
being returned with every function. - This can be better implemented by using classes, and storing these as class variables.