issues
search
xwp
/
wp-dependency-minification
Dependency Minification plugin for WordPress
http://wordpress.org/plugins/dependency-minification/
52
stars
10
forks
source link
General code cleanup
#35
Open
nash-ye
opened
11 years ago
nash-ye
commented
11 years ago
There are some code can be improved.
Use implode() instead of join() alias
Use echo instead of print
Remove the not-need temperately variables.
Separate the code to more smaller functions.
Remove the not-needed echo callbacks.
Rewrite the long-checks to more readable code. ...etc
There are some code can be improved.