Encapsulate repaint timers in private inner classes

Issue #350 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Adhere to coding conventions by encapsulating the timer functionality in the labelview and trview classes.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

Inspect the code

CURRENT BEHAVIOR

Timers and the variables containing their delay values are members of the outer class.

EXPECTED BEHAVIOR

Timers and associated variables should be encapsulated in a private inner class and a member instance of that class should be used.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Timers and associated variables should be encapsulated in a private inner class and a member instance of that class should be used.

FILES AFFECTED (where the changes will be implemented) - developers only

LabelView TRView

LEVEL OF EFFORT - developers only

trivial

COMMENTS

See Pull Request 32.

Comments (2)

  1. Robert Leach reporter
    • removed milestone

    Removing milestone: Coding Convention Adherence (automated comment)

  2. Log in to comment