-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I tried to build this so-called C++ SDK, and the result is nothing but a disaster. The code does not compile at all due to blatant syntax errors that prove this repository was never properly tested.
- The README itself contains Go-specific syntax like
:=, which obviously does not exist in C++. Did anyone even bother to look at it before publishing? - The structure and wording are copy-pasted from the Go SDK v3, yet never adapted. This is clear evidence that the C++ version is just an auto-generated or blindly converted mess.
- Client names, response types, and even typos (WSMarketClinet, websocker) are scattered everywhere, showing there was zero review.
This is not a usable SDK. It’s misleading to present it as a “C++ library” when it’s just broken fragments of another language’s code dumped here.
If you want developers to take this project seriously, you need to:
- Actually compile and test the code before publishing.
- Remove all leftover Go syntax and fix the examples.
- Clean up the docs and rename things properly.
- Stop advertising it as production-ready until it can even pass a basic build.
Right now, this repository is an embarrassment.
Metadata
Metadata
Assignees
Labels
No labels