alpha icon indicating copy to clipboard operation
alpha copied to clipboard

General; check every class api for consistency and clarity

Open ruby0x1 opened this issue 12 years ago • 3 comments

Things like private setters and getters not being private, polluting the code complete with all kinds of unhelpful suggestions etc.

Documentation generator helps catch these, as it forces tidying out the public output.

ruby0x1 avatar Apr 04 '14 16:04 ruby0x1

I have an urge to make vector/quaternion/matrix compliant with the naming style elsewhere before 1.0. Just sayin'

ruby0x1 avatar Jun 03 '14 19:06 ruby0x1

Batcher has some types in it that should be somewhere more logical, like primitive types and blend modes

ruby0x1 avatar Jun 04 '14 07:06 ruby0x1

Another thing that might be worth looking into are naming consistencies like onmousemove vs connect_input.

And also shortenings that might be unnecessary as Luxe.screen.w instead of Luxe.screen.width and pos instead of position.

DjPale avatar Feb 05 '16 14:02 DjPale