litho icon indicating copy to clipboard operation
litho copied to clipboard

Change method name 'get' to 'getContentType', 'animate' to 'createTransition'

Open pdhung3012 opened this issue 6 years ago • 0 comments

The class OutputUnitsAffinityGroup is used to represent OutputUnitsAffinityGroup. This method named 'get' is to get element at the index type. Thus, the method name 'getContentType' is more intuitive than 'get'.

The class BoundsAnimationComponentSpec is used to represent BoundsAnimationComponentSpec. This method named 'animate' is to create a transition for the animation. Thus, the method name 'createTransition' is more intuitive than 'animate'.

pdhung3012 avatar Aug 01 '19 07:08 pdhung3012