apple/foundationdb

Add namespace to FDB actor files

Offen

#3.992 geöffnet am 29.10.2020

 (2 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)C++ (1.266 Forks)batch import
enhancementgood first issuein progress

Repository-Metriken

Stars
 (13.912 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4T) (78 gemergte PRs in 30 T)

Beschreibung

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