Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hgwood/hash-code-2016-qualification

Hash Code 2016 Qualification Round - Team 'No For No While'
https://github.com/hgwood/hash-code-2016-qualification

Last synced: 25 days ago
JSON representation

Hash Code 2016 Qualification Round - Team 'No For No While'

Awesome Lists containing this project

README

        

# hash-code-2016-qualification

Hash Code 2016 Qualification Round - Team 'No For No While'

## Commands

- zip sources for submissions: `npm run zip` or Ctrl+Shift+B in VS Code
- zip file is created in `./.builds`
- run linter: `npm run lint` or install eslint plugin for the editor
- run tests: `npm test` or Ctrl+Shift+T in VS Code
- run solver: `npm start` or F5 in VS Code

## Rex

- Parse line to object of ints
- Parse line to array of ints
- Asserts before write
- Asserts after read
- Other inline asserts, they're shorter to write than tests
- Smaller functions
- Args to npm start to choose input files
- Builds in separate folders with corresponding output files