Modify ↓
Opened 8 years ago
Closed 8 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)
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