-
Notifications
You must be signed in to change notification settings - Fork 369
automatic filesystem migration #902
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
Conversation
This reverts commit 351b0fc.
This reverts commit afdd6ef. Conflicts: test/ScriptCs.Tests.Acceptance/Support/ScriptDirectory.cs
- consistent command error logging - guard clauses - variable inlining - var keyword usage - line length - whitespace
- arrange/act/assert separation - consistent test pattern - redundant code - inline variables - line length - whitespace
|
I think this looks nice. Had a couple of questions, but I think it's good to go. @adamralph Tell me if I should go ahead and merge anyway 😄 |
|
@khellang thanks for reviewing. With regard to the calls to As for the constants in the tests, I'm not huge fan of that. Constants are a mechanism for declaring something which is logically eternally constant so I would't make them public, and a private constant wouldn't achieve anything, so I'd prefer to leave as is. |
automatic filesystem migration
|
Time to close #884? |
|
Absolutely! |
closes #626