gbowne1 / gbowne1/jsonify

Debug output goes to std::cout

Open
#4 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.