VbzCart/docs/coding/vocabulary: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | coding
Jump to navigation Jump to search
imported>Woozle
(Created page with "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 me...")
 
m (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))
 
(No difference)

Latest revision as of 01:53, 25 February 2024

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