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

Test smell: poor code organization #35

Open
TestSmell opened this issue Aug 29, 2022 · 0 comments
Open

Test smell: poor code organization #35

TestSmell opened this issue Aug 29, 2022 · 0 comments

Comments

@TestSmell
Copy link

Hi!

We notice that you mix the test code with the production code.
For example, a test case in the ''neo4j-tutorial/blob/master/src/koan/java/org/neo4j/tutorial/Koan11.java'' path.
In your project, ''.../src/...'' is the folder for placing production code and ''.../test/...'' is the folder for test code.
But you lace the test code in the production folder.
It is a bad programming practice.
Thus, we suggest you'd better re-organize your test code. Thanks.

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

No branches or pull requests

1 participant