Content deleted Content added
Citation bot (talk | contribs) Add: date. | Use this bot. Report bugs. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox2 | #UCB_webform_linked 1144/2384 |
→Python and Ruby: removed unecessary sentence Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 279:
[[Python (programming language)|Python]] and [[Ruby (programming language)|Ruby]] both recommend <code>UpperCamelCase</code> for class names, <code>CAPITALIZED_WITH_UNDERSCORES</code> for constants, and <code>snake_case</code> for other names.
In Python, if a name is intended to be "[[private member|private]]", it is prefixed by one or two underscores
=== R ===
|