TiddlyWiki.org

Ticket #463 (closed enhancement: fixed)

Opened 7 months ago

Last modified 6 months ago

Minor naming changes to variables

Reported by: MartinBudden Assigned to: MartinBudden
Priority: minor Milestone: 2.3.1
Component: core Version:
Severity: low Keywords:
Cc:

Description

There are a few places where TiddlyWiki uses unconventional names for local variables and parameters. Changing these improves readability and reduces codesize.

Attachments

ticket463.patch (6.1 kB) - added by MartinBudden on 05/02/08 10:27:54.

Change History

05/02/08 10:27:54 changed by MartinBudden

  • attachment ticket463.patch added.

13/02/08 17:15:26 changed by MartinBudden

  • owner changed from JeremyRuston to MartinBudden.
  • status changed from new to assigned.
  • milestone set to 2.3.1.

18/02/08 15:55:50 changed by JeremyRuston

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in changeset:3543

(Note that I withdrew the refactoring for createCommand() because I felt that the switch statement form was more explicit).