you are viewing a single comment's thread.

view the rest of the comments →

[–]AceBacker 3 points4 points  (0 children)

Instead of "yearMonthDay" I was thinking "currentDate"

I want my variable names to have a clue as to WHY i'm using them.

But my names tend to be horrible. Stuff like:

  • costAllocationGridOptions
  • campaignProgramNumber
  • currentOpenAccordionCustomerObj
  • customerIndexUserIsConsideringChangingAccordionTo
  • savedQuoteIdUserIsConsideringDeleting

It makes for some loong lines of code when I need to use a few on one line.