Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 678 Bytes

contributing.md

File metadata and controls

9 lines (5 loc) · 678 Bytes

Contributing to Conway's Game of Life in JavaScript

One of the aims of this project is to learn how best to implement a simple application in various languages which touches on the subject of variables, data structures, program flow and test- or behaviour-driven development.

With that in mind, potential contributors are encouraged to make suggestions on how to improve this repository to get it more in line with community guidelines or convention within the JavaScript programming community, and to make better use of the languages features.

If you do make any changes, however, please ensure that the tests are still passing before you make a pull request.

Thank you!