Modify ↓
      
        Opened 7 years ago
Closed 7 years ago
#3644 closed Bug (No Bug)
ArrayDisplayInternals.au3 - used magic numbers as constants
| Reported by: | Zedna | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | 3.3.14.5 | Severity: | None | 
| Keywords: | Cc: | 
Description
In ArrayDisplayInternals.au3 UDF are used magic numbers as constants instead of named constants as it is in other UDF include files.
Example:
ArrayDisplayInternals.au3 / _ArrayDisplay_SortItems() - $HDF_SORTDOWN, $HDF_SORTUP, ...
...
Analogic function where it's correct:
GuiListView.au3 / _GUICtrlListView_SortItems()
Attachments (0)
Change History (1)
comment:1 Changed 7 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
        TracTickets for help on using
        tickets.
    

As I want to minimize #include and those function are internal duplication the magic number is not used