Skip to content

Instantly share code, notes, and snippets.

@jw56578
Created July 27, 2018 00:30
Show Gist options
  • Save jw56578/ae7df4479055d460f3c927fe660d63da to your computer and use it in GitHub Desktop.
Save jw56578/ae7df4479055d460f3c927fe660d63da to your computer and use it in GitHub Desktop.
ACA Review
  • We have started to write code for the platform we have choosen; javascript for nodejs and web
  • We have built a utility library of commonly used functionality - ACA Dash
  • We have built a utility tool that takes in input, processes it and outputs it to a file - ACApm
  • We have learned to seperate out code out into different files to create modules
  • We know to build modules for resusability and organization
  • We have learned how to use modules that are either our own code or third party code with require()
  • We are able to debug our programs so that we can visually see what they are doing in order to better understand them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment