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

[REFACTORING] Identificar como seria a implementação real de cada um dos Design Patterns #8

Open
8 of 11 tasks
CauaMatheus opened this issue Aug 1, 2024 · 0 comments
Assignees

Comments

@CauaMatheus
Copy link
Collaborator

CauaMatheus commented Aug 1, 2024

Deve ser identificado como seriam as implementações de cada Design Pattern em código

Escrevendo dessa forma no docs:
```typescript
const exemploDeCodigo = "exemplo";
```

O código aparecerá lá mais ou menos assim:

const exemploDeCodigo = "exemplo";

Os seguintes patterns devem ser demonstrados por meio de um simples código:

  • Factories

    • Adapters Factories
    • Commands Factories
    • Controllers Factories
  • Singleton

    • Database Singleton
    • Repositories (Facades) Singleton
  • Adapters

  • Facades

  • State

  • Command

@CauaMatheus CauaMatheus self-assigned this Aug 1, 2024
@CauaMatheus CauaMatheus changed the title identificar como seria a implementação real de cada um dos Design Patterns [REFACTORING] Identificar como seria a implementação real de cada um dos Design Patterns Aug 1, 2024
@lramon2001 lramon2001 self-assigned this Aug 7, 2024
@gustavokenzo1 gustavokenzo1 self-assigned this Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants