apple/foundationdb

Add namespace to FDB actor files

Open

#3 992 ouverte le 29 oct. 2020

Voir sur GitHub
 (2 commentaires) (4 réactions) (0 assignés)C++ (1 266 forks)batch import
enhancementgood first issuein progress

Métriques du dépôt

Stars
 (13 912 stars)
Métriques de merge PR
 (Merge moyen 4j 12h) (126 PRs mergées en 30 j)

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.

Guide contributeur