if you have a huge list of properties to init in a...
# language-proposals
k
if you have a huge list of properties to init in a class, maybe it's worth scoping them out into separate data-classes to hold related properties together or something. I feel like if you need a 100-line init block that sets up 20 different properties, it's a sign of a bigger problem