Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hgwood/hash-code-2016-training
https://github.com/hgwood/hash-code-2016-training
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hgwood/hash-code-2016-training
- Owner: hgwood
- License: mit
- Created: 2016-02-06T18:16:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T10:50:54.000Z (over 8 years ago)
- Last Synced: 2024-05-01T22:11:34.458Z (6 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hash-code-2016-training
## REX
### Things to improve
- init repo in advance
- collaborators
- package.json
- reading input files, writing output files (skeletons)
- testing harness + test file skeleton
- zip build
- utility functions to iterate on grids
- do not change interfaces after they've been specified, prefer wrapping in adapter functions
- code read input and write ouput in parallel (don't assign the same person to both)
- work in pairs
- don't forget pen and paper### Things to keep
- small independent files
- tests