Remix.run Logo
derefr an hour 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);