apple/foundationdb

Add namespace to FDB actor files

Open

#3,992 opened on 2020年10月29日

GitHub で見る
 (2 comments) (4 reactions) (0 assignees)C++ (13,912 stars) (1,266 forks)batch import
enhancementgood first issuein progress

説明

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.

コントリビューターガイド