[Webkit-unassigned] [Bug 34548] audio engine: add Vector3 class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 17:46:55 PST 2010


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





--- Comment #4 from Mark Rowe (bdash) <mrowe at apple.com>  2010-02-03 17:46:55 PST ---
The convention used in WebKit is to have one class per .h file, and to name the
.h file after the class it contains.  This makes it more obvious where to find
the class.  In this case it would have the advantage of making it much less
likely to confuse the file with something related to WTF::Vector.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list