We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
Done and in the testing final phase.
Sorry, something went wrong.
No branches or pull requests
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;
The text was updated successfully, but these errors were encountered: