Hacker News new | ask | show | jobs
by dvh 1 day ago
Naming things is hard:

    if (navigator.userAgent.indexOf('FBForIPhone') >= 0 
    || navigator.userAgent.indexOf('FBIOS') >= 0 
    || navigator.userAgent.indexOf('FBAN') >= 0 
    || navigator.userAgent.indexOf('FB4A') >= 0) {
          classes += 'app ';
        }
1 comments

Probably ~20y of technical debt represented there