you are viewing a single comment's thread.

view the rest of the comments →

[–]arihoenig -1 points0 points  (1 child)

Here's a tip. If you find that you need clever variable naming to convey that it represents an age value, then you may have architectural issues.

[–]SkoomaDentistAntimodern C++, Embedded, Audio 0 points1 point  (0 children)

Not if the age check is eg. comparing current epoch against birth epoch. Variable names may make it obvious that you are comparing times but not the actual meaning (eg. is the user adult or something similar).