Opened 6 years ago

Closed 6 years ago

#28982 closed Cleanup/optimization (fixed)

Simplify code with "and" and "or"

Reported by: Дилян Палаузов Owned by: nobody
Component: Uncategorized Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description


Attachments (1)

and_or.patch (43.4 KB ) - added by Дилян Палаузов 6 years ago.

Download all attachments as: .zip

Change History (3)

by Дилян Палаузов, 6 years ago

Attachment: and_or.patch added

comment:1 by Tim Graham, 6 years ago

Summary: Utilize "and" and "or"Simplify code with "and" and "or"
Triage Stage: UnreviewedReady for checkin

comment:2 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In d7b2aa24:

Fixed #28982 -- Simplified code with and/or.

Note: See TracTickets for help on using tickets.
Back to Top