Skip to content

This Repository Is a Mess: Broken C++ Code, Go Syntax Leftover, and Zero Quality Control #7

@ZuoAoyu

Description

@ZuoAoyu

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:

  1. Actually compile and test the code before publishing.
  2. Remove all leftover Go syntax and fix the examples.
  3. Clean up the docs and rename things properly.
  4. Stop advertising it as production-ready until it can even pass a basic build.

Right now, this repository is an embarrassment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions