> On Aug 29, 2017, at 4:32 PM, Ryosuke Niwa <rn...@webkit.org> wrote:
> 
> It's probably more appropriate to use <Filename>Static for files like 
> Editing.cpp, which is a collection of a bunch of global functions.

The keyword “static” is being used to ask for what C++ calls “internal linkage” 
<http://en.cppreference.com/w/cpp/language/storage_duration 
<http://en.cppreference.com/w/cpp/language/storage_duration>>.

So we could even consider “internal” in those cases, unless we can come up with 
even better words.

— Darin
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to