Cite This Page
Bibliographic details for Naming conventions
- Page name: Naming conventions
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 5 October 2024 16:44 UTC
- Date retrieved: 23 April 2025 04:39 UTC
- Permanent URL: https://rosettacode.org/wiki/Naming_conventions?oldid=370974
- Page Version ID: 370974
Citation styles for Naming conventions
APA style
Naming conventions. (2024, October 5). Rosetta Code. Retrieved 04:39, April 23, 2025 from https://rosettacode.org/wiki/Naming_conventions?oldid=370974.
MLA style
"Naming conventions." Rosetta Code. 5 Oct 2024, 16:44 UTC. 23 Apr 2025, 04:39 <https://rosettacode.org/wiki/Naming_conventions?oldid=370974>.
MHRA style
Rosetta Code contributors, 'Naming conventions', Rosetta Code, 5 October 2024, 16:44 UTC, <https://rosettacode.org/wiki/Naming_conventions?oldid=370974> [accessed 23 April 2025]
Chicago style
Rosetta Code contributors, "Naming conventions," Rosetta Code, https://rosettacode.org/wiki/Naming_conventions?oldid=370974 (accessed April 23, 2025).
CBE/CSE style
Rosetta Code contributors. Naming conventions [Internet]. Rosetta Code; 2024 Oct 5, 16:44 UTC [cited 2025 Apr 23]. Available from: https://rosettacode.org/wiki/Naming_conventions?oldid=370974.
Bluebook style
Naming conventions, https://rosettacode.org/wiki/Naming_conventions?oldid=370974 (last visited April 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Naming conventions --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Naming_conventions?oldid=370974", note = "[Online; accessed 23-April-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Naming conventions --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Naming_conventions?oldid=370974}", note = "[Online; accessed 23-April-2025]" }