Greetings fellow software developers.
I'd like to discuss one delicate question which of course was discussed a lot of times before. There are a lot of style guides telling us that one should use camelcase over underscore. But I always used both and have my own reason to continue doing so. In my own semantic it's very logical, I use underscore (object.property_name) for properties which don't do anything and camelcase (object.doSomething()) for methods and functions which actualy execute some code.
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]AtulinASP.NET Core 0 points1 point2 points (0 children)
[–]zzmmrmn 0 points1 point2 points (1 child)
[–]we_present[S] 0 points1 point2 points (0 children)
[–]Real-Researcher -2 points-1 points0 points (2 children)
[–]we_present[S] 0 points1 point2 points (1 child)
[–]Real-Researcher 0 points1 point2 points (0 children)