Conventions/glossary

From Woozle Writes Code
< Conventions
Revision as of 15:33, 24 November 2025 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I expect this list to get longer.

  • clade (in PHP): an interface, class, trait, and/or enum that have the same main-name (name-except-for-prefix) and live in the same .php file
  • semantic alias: a function that is currently but not necessarily always an alias for another function; see HTYP
  • slug: an identifying string; see coding.