DEV Community

Discussion on: Stop Using "data" as a Variable Name

Collapse
 
dcwither profile image
Devin Witherspoon

I think that falls well into the exception category. byteStream or byteArray may be helpful for describing the nature of the data, but if there’s not a clear intent to the data then I suppose the next option is to make sure that name for it is as short lived as is reasonable.