Timeline for Java naming conventions vs. C++/C naming conventions
Current License: CC BY-SA 3.0
19 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 23, 2013 at 17:59 | vote | accept | syb0rg | ||
| Jul 21, 2013 at 20:06 | answer | added | Bill Door | timeline score: 3 | |
| Jul 21, 2013 at 17:15 | comment | added | Loki Astari |
I am a heavy C++ users and I prefer version one: int someVariable = someFunction(someParameterToPass); All my code looks like that. I don't think that it is style in naming conventions that is going to trip you up.
|
|
| Jul 21, 2013 at 1:29 | history | edited | syb0rg | CC BY-SA 3.0 |
added 19 characters in body
|
| Jul 21, 2013 at 0:41 | review | Close votes | |||
| Jul 22, 2013 at 9:15 | |||||
| Jul 21, 2013 at 0:29 | history | edited | gnat | CC BY-SA 3.0 |
clarification copied into post from comments
|
| Jul 21, 2013 at 0:24 | comment | added | syb0rg | @gnat Because I would consider this a more "official" place to get an answer for this. My reviewers have not had some of the experiences that some people here have had (switching naming conventions is one of them). | |
| Jul 21, 2013 at 0:20 | comment | added | gnat | @sybOrg why didn't you ask them instead of / prior to coming here? | |
| Jul 21, 2013 at 0:19 | comment | added | syb0rg | @gnat They didn't mention it, they mainly focused on the function of the code. So I figured I would come here to ask about it. | |
| Jul 20, 2013 at 23:57 | comment | added | gnat | @sybOrg were your reviewers happy about such a mix? | |
| Jul 20, 2013 at 23:55 | comment | added | syb0rg | @gnat My code has been peer reviewed. You should put some of your experiences into an answer, since you have encountered this situation before. | |
| Jul 20, 2013 at 23:42 | comment | added | gnat | @sybOrg "readable and easily maintainable" - who told you so? That certainly have to be someone else but me. I flipped conventions like you describe few times, and every time there was a period of mixed things while I was getting used to new order, and it always felt painful | |
| Jul 20, 2013 at 23:32 | history | tweeted | twitter.com/#!/StackProgrammer/status/358731081802989568 | ||
| Jul 20, 2013 at 22:35 | answer | added | gbjbaanb | timeline score: 12 | |
| Jul 20, 2013 at 22:08 | comment | added | syb0rg | @gnat My code is readable and easily maintainable... I would say that link is applicable, but not a duplicate. | |
| Jul 20, 2013 at 21:59 | comment | added | gnat | possible duplicate of How would you know if you've written readable and easily maintainable code? | |
| Jul 20, 2013 at 21:45 | history | edited | syb0rg | CC BY-SA 3.0 |
added 46 characters in body
|
| Jul 20, 2013 at 21:41 | review | First posts | |||
| Jul 20, 2013 at 21:58 | |||||
| Jul 20, 2013 at 21:21 | history | asked | syb0rg | CC BY-SA 3.0 |