Hacker News new | ask | show | jobs
by derefr 45 days ago
In languages without compile-time keyword arguments but with block comments, you can use them inline for this.

   createUser(user, /* isAdmin */ true, /* sendWelcomeEmail */ false);