z7658329 commented on code in PR #514: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/514#discussion_r1382747926
########## hugegraph-client-go/api/api.response.go: ########## Review Comment: > Normally, in Go language, underline is used as the file separator. Here, because the API is a tree structure, English commas are used to distinguish between trees, and then underline is used for segmentation. For example: api.veretx.create.go and api.vertex.get_ by_id.go . The use of English commas and underscores is more conducive to presentation and layering. @izliang @hankwenyx should we follow the example of other graph communities? like nebula community go's sdk, seems does not use this naming style:  how about the following style: - main.go - api/ - user/ - user.go - product/ - product.go - order/ - order.go -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
