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

Class organisation #17

Merged
merged 2 commits into from
Feb 26, 2019
Merged

Class organisation #17

merged 2 commits into from
Feb 26, 2019

Conversation

borntocompile
Copy link
Contributor

  • Separated tests into 3 files all partial class of GameObjectExtensionsTests
    E.g:
    GameObjectExtensionsTests.cs - Contains Setup and Tear down methods
    CreateChildTests.cs - Contains tests against overloaded CreateChild methods
    ReplaceChildTests.cs Contains tests against overloaded ReplaceChild methods

  • Separated core game object extension methods into partial classes. Same principal as above.

This should make things easier to maintain and expand IHierarchyBehaviour in future.

@borntocompile borntocompile merged commit fc8105e into development Feb 26, 2019
@kkjamie kkjamie mentioned this pull request Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants