-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
None
It's very confusing when debugging some code in node-mongodb-native to see that a topology is e.g. Server, as we already have a Server topology in node-mongodb-native! We can easily solve this problem by renaming all exported types to prefix the type with Core.
*NOTE:* We can still export the newly renamed type as the old name for legacy reasons, but the initially defined functions/classes need have the root name we are looking for.