Closed andrewcooke-isti closed 7 years ago
calc_resp is now calculate_response and will return errors.
norm_resp with #50 will return an int
i've moved calc_resp (aka calculate_response) back into calc_fctns which lets us make a bunch of things static.
If these are in the legacy interface (I think so) then we need to keep the current call, but that should immediately call to a more sane API (which will have log, and likely return error, and take evalresp_options, or at least not char* for options).
And then the code needs cleaning up. Smaller functional units. Whatever else seems obvious.