-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
The header file is big, can we use what we need. #2134
Copy link
Copy link
Closed
Labels
kind: enhancement/improvementstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updatedthe issue has not been updated in a while and will be closed automatically soon unless it is updated
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: enhancement/improvementstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updatedthe issue has not been updated in a while and will be closed automatically soon unless it is updated
Which feature do you want to see in the library?
The header file is big, and it has many extended features, such as binary formats (BSON, CBOR, MessagePack, and UBJSON), json patch.
However, sometimes we don't need the extended features.
Is there a way that we do not include these extended features so that the header file is small and when the extended features have bugs, we don't need to fix it.
How would the feature be usable for other users?
In some cases, the development guidelines we followed says that if the feature code has bugs, you must fix it whatever you use or not. Beacuse it provides a possible way to attack the program.
If we can use what we need or not include extended code , we can avoid attacking and don't need to spend times to fix it. And we can only focus on the changes in the core modules which we care about.