fflopsi / tournaments

A simple Android app built with Jetpack Compose to keep track of tournaments with multiple games and points per player
https://fflopsi.github.io/tournaments/
MIT License
2 stars 0 forks source link

Consistent named arguments #18

Closed fflopsi closed 1 year ago

fflopsi commented 1 year ago

Name all arguments when using two or more, don't name arguments when using only one and it's clear which one

fflopsi commented 1 year ago

Fixed in ac134e0