Collect AnnotationController init code in init() function
Collect all AnnotationController init code together in an init() function. Previously it was spread around at the top, middle and bottom of the AnnotationController() function, some of it even hiding between method definitions. Now it's all in one place.
Showing
Please register or sign in to comment