Skip to content

Application Constants

Ralph Maamari edited this page Jun 10, 2020 · 2 revisions

This page describes the application constants and what they are used for within the application

Common Directory Comments

Since many directories across Repositories have the same meaning or identical naming we have created a common set of descriptions to be used as comments for certain files. Ex: src/ (Source Files), dist/ | build/ (Generated Files)

{
  build: "Generated Files"
}

Common FileTypes

Since filesystems have many file types (EX: .svg, .png .c .py) we want to be able to identify them so we can do things like assign icons to specific file types.

Common FileIcons

Since FileTypes have unique icons (EX: Directory versus File), we have created a standard set of icons to use to keep README's consistent across Repositories.

{
  SVG: "{svgIconEmoji}"
}
Clone this wiki locally