Replace inststances of 'getNumVisible() - 1' with getLastVisible

Issue #310 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Streamline/simplify code

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

  1. Search for instances of 'getNumVisible() - 1' in the code

CURRENT BEHAVIOR

'getNumVisible() - 1' is used in many places because when the code was written, getLastVisible did not exist.

EXPECTED BEHAVIOR

No occurrences of 'getNumVisible() - 1'.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Search for and replace instances of 'getNumVisible() - 1' with getlastVisible

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

any

LEVEL OF EFFORT - developers only

trivial

COMMENTS

Comments (2)

  1. Robert Leach reporter
    • removed milestone

    Removing milestone: Coding Convention Adherence (automated comment)

  2. Log in to comment