Closed magruber closed 6 years ago
Do you have any suggestions? Maybe we could change write_outputBlock_config
to write_outputBlock
. But I think getGlobalSyncHeader
fits best for its purpose.
Just a short note, will take a closer look later: While I prefer camelCase anyways, since we decided to follow Python's PEP, the outputBlock
should be written as output_block
I fear. :/
Besides the two comments, this looks very good. About the name, I'm not sure either. For a start we should stick to snake_case everywhere I guess (that also includes getGobalSyncHeader
of course (which I find a reasonable name for what it is).
I can do the refactoring of the read config functions.
Can we have a better name than
write_outputBlock_config
? Also forgetGlobalSyncHeader
?