what are some good reasons to use primary construc...
# announcements
t
what are some good reasons to use primary constructors over declaring them explicitly like in java? I think it makes the code very hard to read, especially with default values, annotations and a long list of superclasses.