Modify

#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 by J-Paul Mesnage, on Jun 30, 2018 at 8:24:31 AM

Resolution: No Bug
Status: newclosed

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

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.