You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: