Closed ghost closed 11 years ago
I think that it is cleaner if operations on the Network class are implemented as a method in the class rather than a 'loose' function in the package.
Network
So, I would prefer to do this:
>> nwk = ffg.Network(); >> nwk.draw();
rather than
>> drawNetwork(nwk);
If you agree, please implement.
done
I think that it is cleaner if operations on the
Network
class are implemented as a method in the class rather than a 'loose' function in the package.So, I would prefer to do this:
rather than
If you agree, please implement.