Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Cleanup Javascript #126

Open
4 tasks
Henni opened this issue Feb 5, 2016 · 1 comment
Open
4 tasks

Cleanup Javascript #126

Henni opened this issue Feb 5, 2016 · 1 comment

Comments

@Henni
Copy link
Contributor

Henni commented Feb 5, 2016

script.js currently has more than 1800 lines and most of the comments are code comments.

It should be cleaned up by:

  • removing all code comments (we don't need them, thats what git is good for)
  • adding real comments
    • every function should have its own documentation block-comment to explain what it does
    • skim the code for cryptic code segments and add line comments
@Henni Henni added this to the 0.1 – the basics milestone Feb 5, 2016
@v1r0x
Copy link
Contributor

v1r0x commented Feb 5, 2016

Was my plan before releasing 0.1. There was/is a lot of code I didn't write and didn't understand completely, but now I'm more into js and osm. Will start the clean up after finishing #120 and #38.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants