-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:Any
There is a constant DEFAULT_FS_NAME which is defined in Mongo::Grid is also used in Mongo::GridIO. Since GridIO is a lower-level class, it feels strange that it uses a constant defined in a higher-level class. So I strongly recommended move that constant from Gird to GridIO. And if we do so, when someone uses GridIO directly, they don't get Grid loaded.