[Webkit-unassigned] [Bug 174816] [GTK][WPE] Need a "pretty" URI property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 24 00:17:40 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174816

--- Comment #7 from Adrian Perez <aperez at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #6)
> I don't see any problem in adding global functions not attached to any
> particular object. We had some of those in WebKit1 API, under a globals
> section in the docs (not sure it's a good idea to keep using globals, but
> still).
> 
> https://webkitgtk.org/reference/webkitgtk/stable/webkitgtk-Global-functions.
> html

I don't see any problem either in having functions which are “pure” (only
read their arguments, produce a result which only depends on the input) and
don't need state (= an instance). From a functional POV one could argue that
there are the best kind of functions ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171024/41b577da/attachment.html>


More information about the webkit-unassigned mailing list