This is very heteronormative and gender binaried. Queer people exist and date.
That said, anecdotally, from the handful of women I’ve talked about this with: many don’t like making first moves on these apps.
Using dating apps is a skill, and if you haven’t been practicing sending messages you’re going to be bad at it. The vast majority of first messages I got from women were “hey”. Trash tier. Probably because they just haven’t done it very often.






There was a website where users could request something or other, like a PDF report. Users had a limited number of tokens per month.
The client would make a call to the backend and say how many tokens it was spending. The backend would then update their total, make the PDF, and send it.
Except this is stupid. First of all, if you told it you were spending -1 tokens, it would happily accept this and give you a free token along with your report.
Second of all, why is the client sending that at all? The client should just ask and the backend should figure out if they have enough credit or not.