Jinho Bang
Jinho Bang
We should implement method overloading feature. https://heycam.github.io/webidl/#idl-overloading
We should implement |attributes| feature in WebIDL interface. https://heycam.github.io/webidl/#idl-attributes
Reason: The readability is better I think. WDYT? /cc @yjaeseok @hwanseung
To implement POC ASAP, we didn't consider project structure much, especially, testing part. As the number of contributors grows, we need to write more tests and make the structure robust.
The complexity of the two files has increased, on the other hand, readability has decreased. We should split into smaller files and clear their purpose.
We should implement enum feature. https://heycam.github.io/webidl/#idl-enums
Currently, we are only supporting |double| type in calculator examples. But we should support for basic type such as integer, boolean and so on.
Do we really need to use GYP build system? The Chromium projects (including V8) are already moved to GN build system. If possible, we can consider GN build system or...
We need a NPM packaging for Bacardi for third-party use.
At least, we need the following things: - Setup environment for development. - Download codes - Upload patch - Send PR request with review. - AUTHORS file. - Coding style...