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
-
Don't see how this could be hard if you are describing what the variable represents/what the function does like you're supposed to...
-
brandao07ythen you come with hugeDescriptiveVariableName and get depressed for not being able to synthesize
-
b3b343777yA week ago I wrote a class to parse data from a webpage. It had about 30 different functions with almost the same name. Often the same function name that simply takes different types as parameter. THAT was fucked up. Always took 5 attempts till I found the function I really wanted to call
-
b3b343777y@ALivingMemory yup I've got stuff to do when I come back from my holidays... But I didn't come up with a good way to implement it yet lol
-
For me, it is naming Classes and choosing Namespaces.... why is this so hard sometimes?
-
@MrCSharp Difficulty naming namespaces I do understand! Should it be Company.Services.Product.FunkyService, or Company.Product.Services.FunkyService !?
Thinking of a name for a function or a variable is half the battle 😕ðŸ’
undefined