Skip to content

SultanICQ/character-copy-kata-description-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Character Copy Kata

Introduction

This is a legacy code kata, to practice breaking the dependencies (i.e., dependency-breaking techniques)

Description

This is an REPL program:

  • Read from the console
  • Evalutate the line (Identity function)
  • Print the evaluation
  • Loop (again)

Tasks

Adding tests

Add tests for the functionality

Evaluation improvement

Detect bad words (read them from a CSV file, one word per line). Do not alter the printing yet.

Printing improvement

When detecting bad words, print "****" (one star for each character). The detection invalidates the whole line, not only the bad word itself

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%