VbzCart/docs/coding/vocabulary

From Woozle Writes Code
< VbzCart‎ | docs‎ | coding
Revision as of 01:53, 25 February 2024 by Woozle (talk | contribs) (Woozle moved page VbzCart/VbzCart/coding/vocabulary to VbzCart/docs/coding/vocabulary without leaving a redirect: correct naming (was no way to import directly to this name))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I'm trying to be more consistent and precise when naming functions and classes, so I've decided that within the context of the code, certain words should have more specific meanings than they usually have:

  • path should be understood to mean web path, i.e. part of a URL accessible by a web browser
    • a fragument is the part of a path that comes after the page's base path -- i.e. it may contain arguments
  • spec should be understood to mean file spec, i.e. the path (relative or absolute) to a file accessible by code on the server
  • rows are sets of field data stored in a database
  • fields are in-memory storage of an individual row