exercism / php

Exercism exercises in PHP.
https://exercism.org/tracks/php
MIT License
144 stars 138 forks source link

Sync atbash-cipher #839

Open mk-mxp opened 6 days ago

mk-mxp commented 6 days ago

Do not redesign the student's interface or add test cases that would invalidate existing community solutions. These are extra tasks, which should be discussed in advance.

tomasnorre commented 5 days ago

the decode() is currently not implemented in example.php so the missing test cases (all for decode()) is logically failing.

Should decode() be added to the example.php or left out from the tests?

mk-mxp commented 3 days ago

There currently is a change to the instructions and possibly a change to the tests going on. So maybe we should wait with this one.

About adding decode: Yes, I think that is worth breaking all existing solutions. @homersimpsons Do you agree?

homersimpsons commented 2 days ago

About adding decode: Yes, I think that is worth breaking all existing solutions. @homersimpsons Do you agree?

There are 128 published solutions. So yes let's add decode.