Hacker News new | ask | show | jobs
by nomel 301 days ago
If you language doesn't support named arguments, you can always name the value, with the usual mechanism:

    debug_mode=True
    some_func(..., debug_mode)