[
https://issues.apache.org/jira/browse/MYFACES-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Werner Punz resolved MYFACES-2729.
----------------------------------
Resolution: Fixed
> Refactoring of the Javascript Codebase: Part 3. size improvement due to code
> optimizations
> ------------------------------------------------------------------------------------------
>
> Key: MYFACES-2729
> URL: https://issues.apache.org/jira/browse/MYFACES-2729
> Project: MyFaces Core
> Issue Type: Improvement
> Affects Versions: 2.0.1-SNAPSHOT
> Environment: Javascript
> Reporter: Werner Punz
>
> There was lots of code which was not optimized we can apply some optimization
> patterns to reduce the final codesize
> for instance for map entried vars we can use if(bla) instead of an undefined
> or null check except for numerical values.
> Also we can reduce some of the overly long variable names.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.