Hacker News new | ask | show | jobs
by greghinch 5166 days ago
If you are storing this kind of implementation logic in your data, I hope I never have to work with you (not aimed at parent posting, but rather the global "you"
1 comments

Unfortunately it's all too common in mobile development - mobile is the new "bad old days" of user agent sniffing hell.
You typically don't store this sort of thing in data, though.

Then again, we have certain types of logic stored in a database table, loaded through fixtures... so my two cents may be worth much less than what they appear.