Skip to content

Latest commit

 

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

src/ General

Rules

  • All indentations shall be \t.
  • Set the frontend project name (i.e. that of Vue) as GlossySnakeFE and the backend GlossySnakeBE.
  • Put comments in English, superfluously.
  • Set the dev ports as (frontend: 56122, backend: 56123)
  • Utilize #TODO:
  • Python: Try using "..." instead of '...'