Skip to content

Naming Convention #227

@KANAjetzt

Description

@KANAjetzt
  • Prefix local (private) to file vars / funcs with _
  • Prefix classes that should only be used by the ModLoader with _
  • If a method is in a non-prefixed class and ModLoader Internal, but used outside of the private scope, prefix with _, use it outside the scope, but add a comment why it was used there

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationquestion / discussionFurther information is requested

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions