Maybe an IDE config would be nice: use named argum...
# announcements
j
Maybe an IDE config would be nice: use named arguments when 1. there are more than x parameters; 2. boolean parameter unless it's a single-argument function 3. the function is annotated with
@PreferNamedParams
.
👍 3