Skip to content

Suggest a rework for DictionaryData in java port. #1211

@XenoAmess

Description

@XenoAmess

just, don't make a 123KB class if not have to. that is not a good way.
a better practice would be:

  1. remove the reflection in Dictionary.
  2. rework DictionaryData to load from resources file.
  3. move the load part from static part to method invocation part, and make a 2-step-sync to the loading part.

would be glad to impl it if you would arrange time for the code review.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions