Opened 14 years ago
Closed 11 years ago
#15965 closed defect (bug) (worksforme)
Streamline exit call syntax
Reported by: | hakre | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Attachments (1)
Change History (5)
#2
@
14 years ago
- Milestone changed from Awaiting Review to Future Release
break;
's should stay.
I think I slightly prefer exit()
over exit
.
Whatever - Future Release.
Note: See
TracTickets for help on using
tickets.
break;
afterexit;
is useless, let me know if that can be removed or should be still in because of code consistency (e.g. switch cases code formatting always ending in break).