braingdx icon indicating copy to clipboard operation
braingdx copied to clipboard

Rename position and orientation methods

Open bitbrain opened this issue 5 years ago • 0 comments

Currently, position methods have inconsistent naming:

  • getTop
  • getBottom
  • getLeft
  • getRight

etc.

instead, use:

  • getPosition(Orientation)

bitbrain avatar May 10 '20 11:05 bitbrain