Commit Graph

14 Commits

Author SHA1 Message Date
Braydon Fuller 90a4f6460a Include community website links in CONTRIBUTING. 2015-08-17 14:34:08 -04:00
Braydon Fuller a50fccef4d Changes behavior of `toJSON` to work as expected with `JSON.stringify`
- see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON%28%29_behavior
- Updates CONTRIBUTING with changes to Stardard Methods
- Aliases toJSON for toObject
- Removes all `fromJSON` methods, and many cases replaces with `fromObject`
- Constructors expect an object parsed via `JSON.parse` for JSON input
2015-08-13 10:46:08 -04:00
Mike C 3da27b43d3 Clarify what is meant by CamelCase
The documentation referred to "CamelCase" meaning "upper camel case".  Since the term "camel case" generally means "lower camel case" if "upper" or "lower" is not stated, this could be confusing.  While the example following the instruction clarifies the meaning, I think it is even more clear to specify "UpperCamelCase".
2015-02-19 16:01:11 -07:00
Braydon Fuller 8db9ab8793 Fixed typo with contributing index 2015-01-07 10:17:57 -05:00
Braydon Fuller 50894bba6b Added documentation to the contributing file, and adjusted formatting of section headings. 2014-12-29 14:06:29 -05:00
Braydon Fuller 47cb6f377d Fixed capitalization in headers 2014-12-24 19:08:43 -05:00
Esteban Ordano cdfcc265e4 contributing: Add T4, test data in JSON files 2014-12-24 13:56:24 -03:00
Braydon Fuller 3e1ca2be42 Proofread Documentation 2014-12-19 17:34:54 -05:00
Braydon Fuller 7d015b1528 Proofread and fixed typos, etc. in contributing 2014-12-19 16:43:01 -05:00
Manuel Araoz b545f3dd5a update CONTRIBUTING.md with style guide 2014-12-17 11:43:33 -03:00
Braydon Fuller f6c7ec5d22 Contributing: Added G7 "Standard Methods" 2014-12-12 19:25:14 -05:00
Esteban Ordano c62525f865 Add two more rules to CONTRIBUTING 2014-12-11 12:28:38 -03:00
Esteban Ordano 02cda17620 Refactor Contributing 2014-12-10 16:18:35 -03:00
Manuel Araoz ad8b7618e7 add contributing.mdwq 2014-05-06 15:27:40 -03:00