Skip to content

neuenablingengineering/Lampy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

235 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lampy

Naming conventions for the Repo:

  1. Packages/Directores: all lowercase with no underscores
  2. Modules/files: all lowercase with underscores for readability
  3. Classes: UpperCamelCase
  4. Functions: all lowercase with underscores for readability
  5. Variables: lowerCamelCase
  6. Private functions/variables: leading underscore
  7. Constants: ALL_CAPS

About

Code for Light-Based Sleep Wake Clock (Capstone 2018)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors