apple/foundationdb

Add namespace to FDB actor files

Open

#3,992 opened on Oct 29, 2020

View on GitHub
 (2 comments) (4 reactions) (0 assignees)C++ (13,912 stars) (1,266 forks)batch import
enhancementgood first issuein progress

Description

This issue is the umbrella issue tracking the effort to add namespace to FDB code base. Idea is that with namespace in place, code would be much easier to read and understand at the call site. The coupling between different parts of the system would be easier to be seen and understood. Also this can help with potential symbol collisions.

Contributor guide