Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@rooter I've done quite a lot of C#, so I'm very much used to long and verbose variable/class/method names
-
ltlian21964yAgree with preferring long explicit names. Often it makes the code so obvious that comments become superfluous.
My only exception is 'button'. It must always be abbreviated to 'butt'. -
Come again?
LOL, somebody said they prefer long explicit names rather than this short explicit name. So long beats short, age old tale. -
amoux2704yMy first thought is never a cumulative sum. And I usually name it as;
cums = torch.cumsum(x)
Was it really necessary to abbreviate “cumulative” like this...?
joke/meme