[Webkit-unassigned] [Bug 125988] New: Precede boolean values with words like "is" and "did".

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 19 02:08:38 PST 2013


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

           Summary: Precede boolean values with words like "is" and "did".
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: geryxyz at inf.u-szeged.hu
                CC: darin at apple.com, rniwa at webkit.org


Right:
bool isValid;
bool didSendData;

Wrong:
bool valid;
bool sentData;

-- 
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