@darius@hamefang how are decision trees usually implemented? Do you compare two lists of user settings and the required settings through a Boolean operation, or is it just a loooong if/else? Disclaimer: not a dev.
@Olivergetz@hamefang it's often a mix of both, and I'm sure that these decisions happen in all sorts of different places in the code and not just in one big functional block
@Olivergetz @hamefang it's often a mix of both, and I'm sure that these decisions happen in all sorts of different places in the code and not just in one big functional block