You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that this isn't the most "fun" thing to do but could you add documentation/comments to all of your source code? I understand that it is based on the RethinkDB Python driver but it would be helpful having it within the source itself. That way hints and descriptions that pull up in IDEs, or just browsing the source code, makes it easier to understand on-the-fly
The text was updated successfully, but these errors were encountered:
I've added a few comments in 0d41413. I've also made it possible to include the comments from the Python driver into rethinkdb.h.
It would be possible to use the code from the test suite to convert the examples in the docs from Python to C++, and then add a test the makes sure it results in valid queries. But that would be a lot more work.
I know that this isn't the most "fun" thing to do but could you add documentation/comments to all of your source code? I understand that it is based on the RethinkDB Python driver but it would be helpful having it within the source itself. That way hints and descriptions that pull up in IDEs, or just browsing the source code, makes it easier to understand on-the-fly
The text was updated successfully, but these errors were encountered: