Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Indeed, 4 days does seem too aggressive. You are probably a victim of automation:

    for (apiKey in apiKeys)
        if (userShouldPay(apiKey))
            sendCanned4DayWarningEmail(apiKey);


There's yellow squiggly underneath userShouldPay(apiKey) that reads:

userShouldPay(apiKey) always evaluates to True.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: