Enforce an ordering of constructor arguments in generated classes
This is a somewhat silly topic, but the order of constructor arguments should not be determined by order of visits in tree visiting (python3 sends its regards). Also, with several grid functions etc. being passed, the user have a clear idea of what needs to be passed in which order. My only idea is to give everything a priority tag and sort with it.