#3367 closed enhancement (fixed)
1.5 beta code clean-up master ticket
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Core | Keywords: | |
Cc: | sharma.aks34@… |
Description
With beta right around the corner, it's time to do some code tidying to clean up any new function names, class names, and filters we've introduced in the 1.3 cycle. I'm:
- Auditing/removing PHP4 constructors
- Class functions that start with underscores
- require_once() usage where require() will provide a performance benefit
There are surely more things to tidy, so this is a general master ticket to commit code clean-up against.
Change History (26)
#21
@
13 years ago
- Summary changed from 1.3 beta code clean-up master ticket to 1.5 beta code clean-up master ticket
- Version set to 1.5
#24
@
13 years ago
- Cc sharma.aks34@… added
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [4775]) Prebeta code clean-up - see #3367: