Naming Convention - twiederk/DungeonCrawler GitHub Wiki

Code Style

  • Private variables have underscore (_) as prefix
  • Private functions have underscore (_) as prefix

Dialogic

Dialogic directory

<type>_<location>_timeline

type

  • C = Castle
  • V = Village
  • D = Dungeon

location

  • HRN = Hirschhorn

Dialogic variables

  • folder: noun in snake case in upper letters: VAR.OLD_MINE
  • variable: verb in camel case in lower letters: completed
⚠️ **GitHub.com Fallback** ⚠️