fuzion
fuzion copied to clipboard
is it really worth it using ever more nested levels of categories? `debug`, `safety` and `analysis` ought to be enough, imo.
is it really worth it using ever more nested levels of categories? debug, safety and analysis ought to be enough, imo.
Originally posted by @maxteufel in https://github.com/tokiwa-software/fuzion/pull/5899#discussion_r2335847236
Within our base libraries, we should probably stick to debug, safety and analysis, maybe we might add a higher debug level in case the check would have a dramatic performance impact (e.g., change O(n) into O(n²)).
For application code, there should be full freedom.