dict objects can be efficient. But for an object with members that can be predefined and that is heavily referenced throughout the entire code base, it is unnecessary. Defining a class with member attributes would make cross references much easier than they currently are
dict objects can be efficient. But for an object with members that can be predefined and that is heavily referenced throughout the entire code base, it is unnecessary. Defining a class with member attributes would make cross references much easier than they currently are