Moonlight-io / asteroid-sdk-js

5 stars 3 forks source link

Moving language agnostic portion of `asteroid-sdk-js` to a different repo #96

Open rockacola opened 4 years ago

rockacola commented 4 years ago

Proposal, moving language agnostic portion (ie/ the /data directory) of asteroid-sdk-js to a different repo (example name asteroid-sdk-core), so it can be shared with other SDK projects such as asteroid-sdk-go more easily.

rockacola commented 4 years ago

@lllwvlvwlll thought?

lllwvlvwlll commented 4 years ago

I have mixed opinions. For the Go sdk, my goal is to store the native types in the sdk (eventually moving them all over from asteroid-core). The flexibility of json doesnt really work well for go. Alternatively, I could see it going the other way with the json being generated from decorators on the attribute structs in go.