apple/foundationdb

Add namespace to FDB actor files

Aperta

#3992 aperta il 29 ott 2020

 (2 commenti) (4 reazioni) (0 assegnatari)C++ (1266 fork)batch import
enhancementgood first issuein progress

Metriche repository

Star
 (13.912 stelle)
Metriche merge PR
 (Merge medio 4g) (78 PR mergiate in 30 g)

Descrizione

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.

Guida contributor