-
Notifications
You must be signed in to change notification settings - Fork 494
Closed
Labels
good first issueGood for newcomersGood for newcomerspriority:p2Issues that are not blockingIssues that are not blocking
Description
Identical enums that are defined in multiple files can be removed and reused instead. An example is the ExportResult
enum used in the exporter.h
file in the trace SDK and the logs SDK folders. Both implement the enum values kSuccess
and kFailure
. This enum could be shared instead of redefined in both places.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerspriority:p2Issues that are not blockingIssues that are not blocking