Debug output goes to std::cout
Open
bug
enhancement
good first issue
help wanted
- Dominant language
- C++
- Stars
- 4
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Debug output (e.g., std::cout << "Parsed key: " << key) in parseObject and parseValue is useful for development but should be removed or conditional for production.
Could also use a POSIX DEBUG macro definition #define DEBUG or #define _DEBUG?
Debug output could actually go to a file too if the user so chose in flags/options/parameters.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.