Modify

Opened 6 years ago

Closed 6 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 6 years ago by Jpm

  • Resolution set to No Bug
  • Status changed from new to closed

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

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.