Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 3.43 KB

develop.md

File metadata and controls

52 lines (45 loc) · 3.43 KB

Development Environment Setup

Setting up Development Enviroment

  1. Install Julia and GitHub Desktop - not strictly required but never hurts to have it!
  2. Install vscode and follow basic instructions in https://github.com/ubcecon/tutorials/blob/master/vscode.md
  1. Clone the repo by either:
  • Clicking on the Code then Open in GitHub Desktop.
  • Alternatively, you can go ] dev https://github.com/HighDimensionalEconLab/VarianceComponentsHDFE.jl in a Julia REPL and it will clone it to the .julia/dev folder.
  • If you wanted to, you could then drag that folder back into github desktop.
  1. Open it in vscode by right-clicking on the folder it installed to, and then opening a vscode project.
  2. Open the Julia repl in vscode (Ctrl-Shift-P and then go Julia REPL or something to find it.
  3. type ] instantiate to install all of the packages. Get coffee.
  4. In the REPL run ] test and it should do the full unit test.

Formatting code

  • Assuming that you setup the code formatter correctly in the above instructions, before checking in any code you should go Ctrl-Shift-P and type Formatter.

Code Standards and Design Principles

Code Style