Skip to content

Conversation

@erikshafer
Copy link
Owner

@erikshafer erikshafer commented Aug 1, 2025

Name changes

To better demonstrate modern practices vs not-so-modern practices.

Modern projects

  • Dropped the -.Api ending to modern, Critter Stack applications.
  • Merged all the .UnitTests and .IntegrationTests into just .Tests.
    • We test behavior primarily. We aren't striving for 110% code coverage.
      • Objects such as domain models will have their behavior tested easily by being called and due to their immutability.

Legacy projects

  • Code is now split into Api, Application, and Domain projects.

@erikshafer erikshafer self-assigned this Aug 1, 2025
@erikshafer erikshafer merged commit 7402d67 into main Aug 1, 2025
1 check passed
@erikshafer erikshafer deleted the renaming-projects-2025-07-31 branch August 1, 2025 04:11
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.

2 participants