<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [X11] Add XUniquePtr and XUniqueResource to automatically free X resources"
   href="https://bugs.webkit.org/show_bug.cgi?id=144521#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [X11] Add XUniquePtr and XUniqueResource to automatically free X resources"
   href="https://bugs.webkit.org/show_bug.cgi?id=144521">bug 144521</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144521#c11">comment #11</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=252487&amp;action=diff" name="attach_252487" title="Try to fix EFL build">attachment 252487</a> <a href="attachment.cgi?id=252487&amp;action=edit" title="Try to fix EFL build">[details]</a></span>
&gt; Try to fix EFL build
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=252487&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=252487&amp;action=review</a>
&gt; 
&gt; &gt;&gt;&gt; Source/WebCore/PlatformEfl.cmake:200
&gt; &gt;&gt;&gt; +    platform/graphics/x11/XUnique.cpp
&gt; &gt;&gt; 
&gt; &gt;&gt; Consider splitting XUnique.h into XUniquePtr.h and XUniqueResource.h, and renaming XUnique.cpp to XUniqueResource.cpp.
&gt; &gt; 
&gt; &gt; Why? I think it's quite simple and reduces the amount of header includes.
&gt; 
&gt; Because over the lifetime of the WebKit project we’ve found that using a
&gt; separate header for each class is a better pattern. Headers that have sets
&gt; of classes might make sense when you are writing the code, but they can be
&gt; frustrating later when reading and maintaining the code; a more mechanical
&gt; rule is easier to understand and works better for someone who thinks
&gt; slightly differently than the original author about categories.</span >

Fair enough!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>