Skip to content

gitter-badger/Ruya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Setup

  1. Add tags below into TASK LIST Tools\Options\Environment\Task List
    • HARD-CODED priority high

      • use to mark constants

      // HARD-CODED constant

    • TRACE priority high

      • use to point trace must be implemented

      // TRACE method MethodName

    • COMMENT priority low

      • use to point comment must be completed

      // COMMENT property PropertyName

    • TEST priority low

      • use to point unit test must be implemented

      // TEST class ClassName

  2. Use warning tags to point ReFactor needed (including none complete codes) as #warning Refactor
  3. Suppress CODE ANALYTICS in source code
    • if you are 100% sure that, it will never need modification again
    • if you placed #warning Refactor
  4. priority order is CODE > ANALYTICS > TRACE > TEST > COMMENT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published