ecklm / adaptive-network-slicing

Project holding the implementation and results of my thesis project at University of Trento, Italy
20 stars 5 forks source link

Controller: Extract more hardwired parameters to configuration #9

Closed ecklm closed 4 years ago

ecklm commented 4 years ago
ecklm commented 4 years ago

On class variables

The elimination of class variables is not necessarily reasonable at the moment. Making them instance-variables would not necessarily make a difference. Therefore to avoid these values baing moved back and forth between these scopes, they will be left still until the change actually becomes reasonable.

Reasons why they do not hurt