-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
-
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.
- is duplicated by
-
RUBY-1820 "defined but not used" compiler warnings
- Closed
- links to