Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move All Word Data To It's Own Class #45

Open
4 tasks done
Daniel061 opened this issue Feb 12, 2019 · 1 comment
Open
4 tasks done

Move All Word Data To It's Own Class #45

Daniel061 opened this issue Feb 12, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Daniel061
Copy link
Owner

Daniel061 commented Feb 12, 2019

The c_Sentence Class currently stores all of the sentence data as well as all of the word data.

This is getting very messy as new data is added and managed.

The c_Sentence class should just manage sentence data and allow another class such as word class, to manage it's data.

This would separate tasks and neaten the project.

Steps to take;

  • Create a c_Word class
  • Relate the new class to c_Sentence
  • Migrate all Word functions to the new Word class
  • Test all operations
@Daniel061 Daniel061 added the enhancement New feature or request label Feb 12, 2019
@Daniel061
Copy link
Owner Author

Done and in the testing final phase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant