// check whether user logged in
if (user.loggedInSince(date))
// increase activeUserCount
activeUserCount++;
Maintenance
What to do with comments
when code changes?
nothing β may cause confusion
update β takes time
delete β wastes past efforts
Whatever schema you decide on
maintenance is critical!
Comments are hard