You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Judah Frangipane (JIRA)" <ji...@apache.org> on 2016/02/05 08:44:39 UTC

[jira] [Created] (FLEX-35029) Spell out all variables in DataGrid

Judah Frangipane created FLEX-35029:
---------------------------------------

             Summary: Spell out all variables in DataGrid
                 Key: FLEX-35029
                 URL: https://issues.apache.org/jira/browse/FLEX-35029
             Project: Apache Flex
          Issue Type: Improvement
            Reporter: Judah Frangipane


In the DataGrid GridColumnHeaderGroup there are numerous instances where abbreviations are used such as 
{code}
gchg_mouseDownDragUpHandler
const ghl:GridHeaderLayout = layout as GridHeaderLayout;
const gdv:GridDimensionsView = viewLayout.gridView.gridViewLayout.gridDimensionsView;
{code}

DO NOT USE ABBREVIATIONS! EVER! This is not a 1970 mainframe! 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)