Skip to content

pbpeterson/clean-task-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Task List

This is a project of a Task list using concepts like:

  • TDD
  • Single Responsibility Principle (SRP)
  • Open Closed Principle (OCP)
  • Liskov Substitution Principle (LSP)
  • Interface Segregation Principle (ISP)
  • Dependency Inversion Principle (DIP)
  • You Aren't Gonna Need It (YAGNI)

Some Design Patterns like:

  • Dependency Injection
  • Factory

We have 100% test's coverage

Tests coverage image

I hope you enjoy it 😁 !

by: @pbpeterson