parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

README & Code Cleanup #362

Closed montymxb closed 7 years ago

montymxb commented 7 years ago

Cleans up the README a bit, providing a nice table of contents at the start to ease navigation. Additionally this sub-divides and groups related sections.

This also will be cleaning up some auto-generated comments that my IDE has left (oops!), and updates some of my information.

Finally this cleans up some obvious code smells, and other issues inside the sdk.

codecov[bot] commented 7 years ago

Codecov Report

Merging #362 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #362      +/-   ##
==========================================
- Coverage   98.95%   98.95%   -0.01%     
==========================================
  Files          36       36              
  Lines        3343     3341       -2     
==========================================
- Hits         3308     3306       -2     
  Misses         35       35
Impacted Files Coverage Δ
src/Parse/Internal/ParseRelationOperation.php 100% <ø> (ø) :arrow_up:
src/Parse/HttpClients/ParseCurlHttpClient.php 94.17% <ø> (ø) :arrow_up:
src/Parse/ParsePushStatus.php 100% <ø> (ø) :arrow_up:
src/Parse/HttpClients/ParseStreamHttpClient.php 97.95% <ø> (ø) :arrow_up:
src/Parse/HttpClients/ParseStream.php 100% <ø> (ø) :arrow_up:
src/Parse/HttpClients/ParseCurl.php 100% <ø> (ø) :arrow_up:
src/Parse/ParsePolygon.php 100% <ø> (ø) :arrow_up:
src/Parse/ParseSchema.php 97.32% <100%> (ø) :arrow_up:
src/Parse/ParseClient.php 99.19% <100%> (ø) :arrow_up:
src/Parse/ParseSession.php 100% <100%> (ø) :arrow_up:
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c4ed8fd...be2f8eb. Read the comment docs.

montymxb commented 7 years ago

Just making a note I'm still adding additional changes to this. Figure I'll add the missing CHANGELOG we've never had and CODE_OF_CONDUCT while I'm at it.