• towerful@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    21 days ago

    I always treat things like projectStatus and userEmail as a kind of code smell.
    If a variable name carries too much context, then I figure out why and how to carry that context in a better way (project.status user.email)

    Isn’t always doable. But that’s why it’s a smell, not a rule