apple/foundationdb

Add namespace to FDB actor files

Aberta

#3.992 aberto em 29 de out. de 2020

 (2 comentários) (4 reações) (0 responsável)C++ (1.266 forks)batch import
enhancementgood first issuein progress

Métricas do repositório

Stars
 (13.912 estrelas)
Métricas de merge de PR
 (Mesclagem média 4d) (78 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