Passing null to a function triggers default value #41
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "null-triggers-default-values"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
⚠️ CONTROVERSIAL ⚠️
In most other languages this will pass in a
nulldirectly, but I think we need some way to say "just use the default" because we'll be parsing stuff from the command line.Just doing:
Kinda defaults the purpose!
Here's how I'm trying to use it in my password script, without it:
And with it: