Conventions: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "These are some conventions I default to in my work: * /coding: naming of identifiers * /vdomain: virtual domain setup")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
These are some conventions I default to in my work:
These are some conventions I default to in my work:
* [[/coding]]: naming of identifiers
* [[/code/]]: coding practices
* [[/vdomain]]: virtual domain setup
* [[/glossary/]]: terms I use which may or may not follow existing conventions
* [[/vdomain/]]: virtual domain setup
==Related==
* [[coding policies]] for paid work

Latest revision as of 14:19, 24 November 2025

These are some conventions I default to in my work:

  • code: coding practices
  • glossary: terms I use which may or may not follow existing conventions
  • vdomain: virtual domain setup

Related