You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2010/05/21 12:51:17 UTC

[jira] Created: (MYFACES-2729) Refactoring of the Javascript Codebase: Part 3. size improvement due to code optimizations

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.


[jira] Resolved: (MYFACES-2729) Refactoring of the Javascript Codebase: Part 3. size improvement due to code optimizations

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
     [ 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.