- Under https://github.com/yodaos-project/rt-node/tree/master/src, remove the prefix `rtnode-` and rename the `rtev` to `uv`, just curious why not using the name `uv`. - Under https://github.com/yodaos-project/rt-node/tree/master/src/modules, remove the prefix `rtnode-module`. At the codebase, renaming the below macros and functions are recommended: - `RTNODE_FUNCTION` should be `DEFINE_FUNCTION`. - rename the prefix `rtnode` to `js`, like `js_object_to_string`, `js_object_set_method` and `js_object_set_property`.
rtnode-and rename thertevtouv, just curious why not using the nameuv.rtnode-module.At the codebase, renaming the below macros and functions are recommended:
RTNODE_FUNCTIONshould beDEFINE_FUNCTION.rtnodetojs, likejs_object_to_string,js_object_set_methodandjs_object_set_property.