-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create acceptance tests #3
Comments
I don't think I think maybe your Common means something like BSD style, ANSI style, etc.? |
But not restricted to C coding styles. |
I haven't tried Sublime on Windows so I don't know whether it uses CRLF. We could add that as a use case also. The names I'm giving these are primarily just for the purpose of labeling common use cases. By common I don't necessarily mean named coding styles (BSD, ANSI, etc.) but coding styles that are frequently used by some large sample of users or projects. |
Yes, I agree that we should deal with common styles more. But I think these named styles are in fact commonly used. In fact, our C core is using BSD style (or very similar to). But I am not sure about the named styles of other languages... For example Python, I think the style is quite unified, but I am not sure. |
I've added a Linux coding style at the template directory: b68005f If you think the location is inappropriate, we can change it then. But I think naming it template is good, because people can find the template they want there, for common coding styles. |
Create tests that combine multiple properties in particular ways.
These tests should be for scenarios that are:
Some planned acceptance tests:
Visual Studio Setup:
Linux Setup:
Sublime Setup:
The text was updated successfully, but these errors were encountered: