Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-1969

Organize bson-ruby C extension code

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • bson-4.6.0
    • Affects Version/s: None
    • Component/s: BSON
    • Labels:
      None
    • Fully Compatible

      Currently all of the code for the C extension is in a single file, and is hard to work with. To make the code more readable:

      • Separate files are to be created for reading, writing, utility and initialization methods;
      • The functions in each file are to be grouped according to what kind of data they operate on;
      • The grouping of functions is to be consistent between read and write files.

            Assignee:
            oleg.pudeyev@mongodb.com Oleg Pudeyev (Inactive)
            Reporter:
            oleg.pudeyev@mongodb.com Oleg Pudeyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: