apple/foundationdb

Add namespace to FDB actor files

Open

#3.992 aberto em 29 de out. de 2020

Ver no GitHub
 (2 comments) (4 reactions) (0 assignees)C++ (1.266 forks)batch import
enhancementgood first issuein progress

Métricas do repositório

Stars
 (13.912 stars)
Métricas de merge de PR
 (Mesclagem média 4d 12h) (126 fundiu PRs em 30d)

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.

Guia do colaborador