Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some identifier symmetry and STYLEGUIDE.md conformance #896

Merged
merged 1 commit into from
Feb 17, 2016

Conversation

Martii
Copy link
Member

@Martii Martii commented Feb 17, 2016

  • aModelname indicates "live" Object document vs aModelnameData indicates that toObject() is applied for plain JavaScript Object and is EXPECTED... the "old style" was due to lack of Hungarian Apps notation See Prefix all declared function parameter list identifiers with a #264. There is inconsistency noted in the individual parsers here but leaving until further testing can be done
  • Line length max 100 excluding TODO/NOTE/BUG comments as those should eventually go away
  • Added some issue pounds to what needs to be done in these files
  • More STYLEGUIDE.md conformance with newlines
  • Top header style conformance previously done in controllers
  • var hoisting as per STYLEGUIDE.md for ES5 coding

NOTES

  • All of this should be a parallel change e.g. no logic changes
  • Some mu2 (mustache) options appear unused... followup

Applies to #819 and #262... treads on #262 (comment)

* `a`Modelname indicates "live" Object document vs `a`ModelnameData indicates that `toObject()` is applied for plain JavaScript Object and is EXPECTED... the "old style" was due to lack of Hungarian Apps notation See OpenUserJS#264. There is inconsistency noted in the individual parsers here but leaving until further testing can be done
* Line length max 100 excluding TODO/NOTE/BUG comments as those should eventually go away
* Added some issue pounds to what needs to be done in these files
* More STYLEGUIDE.md conformance with newlines
* Top header style conformance previously done in controllers
* `var` hoisting as per STYLEGUIDE.md for ES5 coding

**NOTES**
* All of this should be a parallel change e.g. no logic changes
* Some *mu2* *(mustache)* `option`s appear unused... followup

Applies to OpenUserJS#819 and OpenUserJS#262... treads on OpenUserJS#262 (comment)
@Martii Martii added migration Use this to indicate that it may apply to an existing or announced migration. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. labels Feb 17, 2016
Martii added a commit that referenced this pull request Feb 17, 2016
Some identifier symmetry and STYLEGUIDE.md conformance

Auto-merge
@Martii Martii merged commit f2e6931 into OpenUserJS:master Feb 17, 2016
@Martii Martii deleted the Issue-819tweaking branch February 17, 2016 22:37
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. migration Use this to indicate that it may apply to an existing or announced migration.
Development

Successfully merging this pull request may close these issues.

1 participant