dispatch-proxy icon indicating copy to clipboard operation
dispatch-proxy copied to clipboard

Rewriting index.coffee..

Open rlindsberg opened this issue 6 years ago • 5 comments

  • Add script to build ES6 with babel
  • Import module os and list network interfaces

rlindsberg avatar Aug 27 '18 19:08 rlindsberg

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

rlindsberg avatar Aug 27 '18 19:08 rlindsberg

@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.

alexkirsz avatar Aug 27 '18 19:08 alexkirsz

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

rlindsberg avatar Aug 27 '18 20:08 rlindsberg

@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 avatar Aug 28 '18 16:08 alexkirsz

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 :)

alexkirsz avatar Aug 28 '18 16:08 alexkirsz