fuzion icon indicating copy to clipboard operation
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.

Open michaellilltokiwa opened this issue 3 months ago • 1 comments

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

michaellilltokiwa avatar Sep 10 '25 08:09 michaellilltokiwa

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.

fridis avatar Sep 23 '25 14:09 fridis