Skip to content

Separate code from tests. #31

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

Closed
wants to merge 1 commit into from

Conversation

wiseaidev
Copy link

Reasons:

  • Maintainability.
  • Code Quality.
  • What if you want to write test coverage?
  • Less work for grep.
  • The development process is now more efficient.
  • No unused code in production? Wait, what?
  • Improve repo code structure.
  • Easier dependencies management.

Reference:

Signed-off-by: wiseaidev <[email protected]>
@CLAassistant
Copy link

CLAassistant commented Mar 31, 2023

CLA assistant check
All committers have signed the CLA.

@JesusOfS
Copy link

JesusOfS commented Apr 1, 2023

Interesting.

@no-identd
Copy link

Cf. #40

@jjh42
Copy link

jjh42 commented Apr 1, 2023

Hi. Thanks for your contribution. There is different approaches to structuring source code, but for now we prefer to keep the tests next to their corresponding source.

@jjh42 jjh42 closed this Apr 1, 2023
@no-identd
Copy link

@wiseaidev as I doubt that @jjh42 et al. had time to study the article to which you linked in detail, I suggest you repost this as an issue to enable discussion over it & to avoid resubmissions of similar pull requests.

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