Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 363 Bytes

Task

  1. Refactor code in order to improve readability and effectivity;

  2. Implement extra functionality so logging can be easily switched to console output;

  3. Create PHPUnit tests (optional);

Rules

  1. File index.php cannot be changed.

  2. Changes should be done in Logger class (new classes can be created if needed);

  3. Commit after each step.