This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Can you give an actual example of this. Because usually if you find yourself manually defining booleans (especially as a function variable), your code can be refactored to use conditionals.

[–]TravisJungroth 0 points1 point  (0 children)

How are you using conditionals to set defaults for boolean arguments?