Skip to content

DavidCardoso/dominoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOMINOES

Dominoes programming challenge.

Requirements

Notes

  • None framework was used
  • No concern about MVC
  • The focus is on the problem itself
  • Good dev practices
    • Default resources of the PHP (functions, class, data structure, etc.)
    • PSR-4
    • Comments
    • Indentation
    • Correctness, clarity, and understandability of the code

The Challenge

Dominoes programming challenge