Skip to content

CairX/patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patcher

Actions

  • ++ - add or replace file (replace not tested yet)
  • -- - remove file
  • >> - move file from one location to another or rename file (rename not tested yet)

Commit Messages

Tests

The root directory of a test should indicate the purpose of the test.

Format

operation/type/location/naming
  • operation - An action (++, --, or >>) can sometime perform multiple types of operation. For example the ++ can both add a new file or update an existing one. To be specific about what the test is supposed to evaluate we use the operation name rather than the action name.
  • type - File or directory.
  • location - The level of directory nesting that is being tested.
    • Root, direct child of the version folder.
    • Sub, placed within a second level of directory.
  • naming - The type of naming pattern that is being tested.
    • Standard, an alphabetical word in lower case.
    • Spaces, a lower case name containing at least one white space.

Naming

To keep the file/directory names consistent and not having to think something up the list below will provide names.

Files

Based upon fruits. Inspiration taken from Wikipedia.

  • apple
  • blueberry
  • coconut
  • dragonfruit
  • elderberry
  • fig
  • grape
  • huckleberry
  • jackfruit
  • kiwi
  • lemon
  • melon
  • nectarine
  • orange
  • pear
  • quince
  • raspberry
  • strawberry
  • tamarind
  • ugli
  • yuzu

Directories

Based upon emotions. Inspiration taken from the article A List of Feeling Words From A to Z.

  • awe
  • brave
  • curious
  • delighted
  • excited
  • frustrated
  • greedy
  • happy
  • irrational
  • jinxed
  • kind
  • lazy
  • mad
  • nervous
  • overstimulated
  • psyched
  • quirky
  • rebellious
  • serious
  • trusted
  • understood
  • vibrant
  • worried
  • xenophobic
  • yearning
  • zealous

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages