-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
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"
}
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.
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}"
}