[webkit-dev] Pattern for singleton classes instance getters
Ryosuke Niwa
rniwa at webkit.org
Wed Jan 28 12:10:35 PST 2015
Class::shared() pattern seems good to me.
- R. Niwa
On Wed, Jan 28, 2015 at 11:38 AM, Benjamin Poulain <benjamin at webkit.org>
wrote:
> IMHO, scoping the function by its class is cleaner.
> http://trac.webkit.org/changeset/179247 looks like an improvement to me.
>
> Benjamin
>
>
> On 1/28/15 11:30 AM, Chris Dumez wrote:
>
> Hi,
>
> I noticed that we are currently not very consistent in WebKit in the way
> we implement singleton classes instance getters.
> - Some classes use free functions (like MemoryCache, and PageCache until I
> updated it yesterday). e.g. memoryCache().xxx()
> - Some classes are using static functions in the class
> (e.g. DatabaseProcess::shared(), PluginProcess::shared()).
>
> As I said, I landed a patch yesterday so that the global page cache is
> now accessed via PageCache::shared() because I thought this was the
> currently preferred pattern (given it seems very common in WebKit2 code).
> However, I thought I would email webkit-dev to make sure this is actually
> the case and make sure we agree on a given pattern (one way or another) for
> current and future code. We could then maybe document this
> as part of our coding style.
>
> Any feedback on this matter?
>
> Kr,
> --
> Chris Dumez - Apple Inc.
> Cupertino, CA
>
>
>
>
>
>
> _______________________________________________
> webkit-dev mailing listwebkit-dev at lists.webkit.orghttps://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20150128/24203b68/attachment.html>
More information about the webkit-dev
mailing list