aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/coding_style.md
diff options
context:
space:
mode:
authorEduardo Julian2022-07-30 23:13:24 -0400
committerEduardo Julian2022-07-30 23:13:24 -0400
commit6ec8f5d2f6cbf8db45f91e5c4b48c6ec17659f72 (patch)
tree4af1db76b4aec333114f236bc88b9ccddc643e26 /documentation/bookmark/coding_style.md
parent2d125c27e1ceb0adc14fd82f6984b70a12eda650 (diff)
Extracted test-tallying machinery into its own module.
Diffstat (limited to 'documentation/bookmark/coding_style.md')
-rw-r--r--documentation/bookmark/coding_style.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/coding_style.md b/documentation/bookmark/coding_style.md
index 6df265f00..92a7719c5 100644
--- a/documentation/bookmark/coding_style.md
+++ b/documentation/bookmark/coding_style.md
@@ -1,6 +1,7 @@
# Reference
0. []()
+0. [A Guide to Naming Variables](https://a-nickels-worth.blogspot.com/2016/04/a-guide-to-naming-variables.html)
0. [the gizmo's role in markup](https://t-ravis.com/post/doc/the_gizmos_role_in_markup/)
0. [the hard problem: naming functions and other gizmos](https://t-ravis.com/post/doc/naming_functions_methods_and_other_gizmos/)
0. [WHAT functions and WHY functions](https://t-ravis.com/post/doc/what_functions_and_why_functions/)