Hacker News new | past | comments | ask | show | jobs | submit login

I wouldn't be surprised if it was something like, on the dev server

    SLOT_GAME_WIN_FRACTION=0.95
and then

    $win_fraction = (float) getenv('SLOT_GAME_WIN_FRACTION');
and then nobody bothered to set the environment variable on prod.



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

Search: