alexkirsz / dispatch-proxy

Combine internet connections, increase your download speed
MIT License
3.47k stars 244 forks source link

Rewriting index.coffee.. #87

Open rlindsberg opened 6 years ago

rlindsberg commented 6 years ago
rlindsberg commented 6 years ago

@alexkirsz Hi! Can you check it out if I am doing it right?

alexkirsz commented 6 years ago

@rlindsberg This is fine :)

On the CLI side, I'd recommend reimplementing the current behavior for now. You can consider one PR to be one feature, to be merged once the implementation is complete.

rlindsberg commented 6 years ago

@alexkirsz Which feature should I work on first? I feel kinda difficult to find somewhere to begin with..

alexkirsz commented 6 years ago

@rlindsberg For now, the focus is on translating the codebase from CoffeeScript to JavaScript. So it doesn't really matter which feature you implement first, as long as the new code is functionally equivalent to the old code.

alexkirsz commented 6 years ago

So I'd say just start with a file (or parts of a file) and translate it 1:1, make a PR and I'll check it out :)