Conversation
|
👍 are we allowed to use 'naked' in our variable names? I've worked on code bases before where we had to change any names containing strings on a list of blocked words. |
|
hmmm the conversation on block words has been brought up before. I don't know what is the conclusion there though @DanielRosenwasser @RyanCavanaugh @mhegazy would it matter? |
|
We used to have to run Policheck, but I don't think anyone's done that in years. It would probably be good to run that tool once just to make sure nothing crazy has snuck in; I imagine this one would have been flagged. |
I still do this once every release :) usually it flags |
Fixes #10505