63
I keep tripping over “true, false, true”
(allthingssmitty.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
That's why IntelliJ shows you, in these kinds of cases, the names of the parameters where the function is called...
There are also languages, like Scala and Swift, with named parameters, which also solve this problem.
You shouldn't need tooling to fix an issue. Better for a design that does not require extra tooling.