Skip to content

metal-thread/BL2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

BL2015

The code in this repo refactors an example from BL2015. There are 4 changes:

  1. Remove unused variables (increase cohesion).
  2. Use names to denote the intention of functions and variables (increase cohesion).
  3. Encapsulate logic in each block so that it serves the same purpose (increase cohesion).
  4. Reserve dots for accessing the members of an object (to avoid confusion).

See the code in COVID19Vaccine.R

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages