Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 409 Bytes

File metadata and controls

7 lines (5 loc) · 409 Bytes

Module 15 | Design Patterns and Advanced Features

Incrementing Module 3 (GoBarber Backend) Project with Design Patters and Advanced Features

Patterns implemented

  • Service Pattern (Abstracting some controller logics when "code smell")
  • Singleton Pattern (Node.js already implements by default)