Skip to content

Commit

Permalink
Merge pull request #49 from expressots/feature/update-docusaurus3
Browse files Browse the repository at this point in the history
Feature/update docusaurus3
  • Loading branch information
rsaz committed Jul 5, 2024
2 parents d007348 + 318a032 commit d4cbb1b
Show file tree
Hide file tree
Showing 15 changed files with 16,465 additions and 14,890 deletions.
2 changes: 1 addition & 1 deletion docs/hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Throughout this documentation, various formats are used to draw attention to dif
:::
:::caution Alerts to potential spoilers or sensitive content.
:::
:::warning Signals potential issues or risks that could impact development.
:::danger Signals potential issues or risks that could impact development.
:::

---
Expand Down
2 changes: 1 addition & 1 deletion docs/overview/usecase.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In the context of ExpressoTS, use cases represent the business logic of the appl

## We recommend

Despite you can use any design pattern you want such as **[MVC](controller.md#a-mvc-approach)**, in the ExpressoTS opinionated template we reinforce the use of the **[Clean architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)** and **[SOLID principles](https://medium.com/backticks-tildes/the-s-o-l-i-d-principles-in-pictures-b34ce2f1e898)**. We believe that this approach will help you to build a more maintainable and scalable application.
Despite you can use any design pattern you want such as **[MVC](./controller.md#mvc-pattern)**, in the ExpressoTS opinionated template we reinforce the use of the **[Clean architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)** and **[SOLID principles](https://medium.com/backticks-tildes/the-s-o-l-i-d-principles-in-pictures-b34ce2f1e898)**. We believe that this approach will help you to build a more maintainable and scalable application.

It is best practice to have one use case per controller, with the controller being responsible for calling the corresponding use case that will implement the business logic of the request. The request payload, also known as request DTO in ExpressoTS, contains the information required to execute the use case.

Expand Down
207 changes: 0 additions & 207 deletions docusaurus.config.js

This file was deleted.

Loading

0 comments on commit d4cbb1b

Please sign in to comment.