Conventions/glossary: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "I expect this list to get longer. * '''semantic alias''': a function that is currently but not necessarily always an alias for another function; see htyp:semantic alias|HTY...")
 
No edit summary
 
Line 1: Line 1:
I expect this list to get longer.
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:semantic alias|HTYP]]
* '''semantic alias''': a function that is currently but not necessarily always an alias for another function; see [[htyp:semantic alias|HTYP]]
* '''slug''': an identifying string; see {{l/same|coding}}.
* '''slug''': an identifying string; see {{l/same|coding}}.

Latest revision as of 15:33, 24 November 2025

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.