mapbox / node-cpp-skel

Skeleton for bindings to C++ libraries for Node.js using node-addon-api
Creative Commons Zero v1.0 Universal
72 stars 10 forks source link

[WIP] Questions/Brainstorming #50

Closed GretaCB closed 7 years ago

GretaCB commented 7 years ago

Per discussion with @springmeyer , outlining possible next steps for node-cpp-skel and capturing best practices to document and integrate into the skel design.

Questions to answer

Designing skel:

Goal 1)

Goal 2)

Preliminary conclusion: object-sync is caught between these worlds

Terms to learn

Standard C++

V8

Possible next steps:

GretaCB commented 7 years ago

Update

Per chat with @springmeyer when running through https://github.com/mapbox/node-cpp-skel/pull/51, I plan to:

springmeyer commented 7 years ago

Build ^^ items into the cpp glossary (@GretaCB first pass)

https://github.com/mapbox/cpp/commit/92af06817b7f7df1506fdd696b6359e95e3fc476 and https://github.com/mapbox/cpp/commit/beb75bfde7ead41aab53d0520cd53ab1c27729b6

springmeyer commented 7 years ago

@GretaCB thanks for catching up on skel today voice. To help get to the finish line for this phase I've reviewed all open issues and commented on ones that I think are actionable. Of those that are actionable I think these are the priority things to finish before you move along:

springmeyer commented 7 years ago

woot @GretaCB - everything above is checked. Shall we close?