WebFuzzForge / wenum

Wfuzz fork
GNU General Public License v2.0
19 stars 6 forks source link

the "options" object is a dict, unnecessarily #30

Closed percepo closed 1 year ago

percepo commented 1 year ago

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