1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C++1,670 forks (1,670 forks)batch import
enhancementhelp wanted
Repository metrics
- Stars
- 7,596 stars (7,596 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
I would like to point out that identifiers like "_CASA_HTTP_CLIENT_H" and "_Value" do not fit to the expected naming convention of the C++ language standard.
Would you like to adjust your selection for unique names?
Contributor guide
- Research direction
- Inspect the referenced lines in http client.h and json.h, rename the identifiers to avoid reserved names (e.g., change ` CASA HTTP CLIENT H` to `CPPREST HTTP CLIENT H` and ` Value` to `Value `), and ensure the changes are consistent with the project's coding standards.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- GitC++