You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some names are very bad.
For example, uniform and uniformDefaultValue are booleans so they should be called something like isUniform and isUniformDefaultValue (although I'm not sure what that second one means).
What is orient?
defaultLineEndConvention should be defaultNewLineCharacter or something like that
... etc., etc., etc.
The text was updated successfully, but these errors were encountered:
@olekscode can you provide more explanation on what we are trying to achieve I have read the above issue comment but not able to understand it clearly.
Some names are very bad.
For example,
uniform
anduniformDefaultValue
are booleans so they should be called something likeisUniform
andisUniformDefaultValue
(although I'm not sure what that second one means).What is
orient
?defaultLineEndConvention
should bedefaultNewLineCharacter
or something like that... etc., etc., etc.
The text was updated successfully, but these errors were encountered: