Most scripts in /server just wrap tools/hilbert and do some checks of the options and positional arguments. I don't understand why these scripts are necessary. The checks should be done inside the main hilbert.py script. Is there any additional application logic contained in these scripts? If yes, should it be part of hilbert? Or better of the external tools that rely on these scripts.
Most scripts in
/server
just wraptools/hilbert
and do some checks of the options and positional arguments. I don't understand why these scripts are necessary. The checks should be done inside the mainhilbert.py
script. Is there any additional application logic contained in these scripts? If yes, should it be part of hilbert? Or better of the external tools that rely on these scripts.