Is that a suggestion? Because there are only 2 languages (JS and Python), and both of them have easy ways to print to stdout. What you're saying makes no sense.
Well, not so "yet another". At least there is a twist. ;)
Some issues, though:
as said below: don't use test.expect (some readings here) (note: seemed to be already addressed?)
you have to provide some tests with an odd length (both in the fixed aand the sample tests)
lengths of the inputs in the random tests are ridiculously big!! There's no point to this, so you should reduce their length to something like 100 or 200 characters max (100 would be far enough, IMO).
I suggest also adding encryption ponctuation using pontuation list: for example in the set [",",";",":","?","!"," ","."] with a shifting of 5 "!" becomes ":"
Is that a suggestion? Because there are only 2 languages (JS and Python), and both of them have easy ways to print to stdout. What you're saying makes no sense.
Way too easy is not an issue ;-)
Not an issue
This comment is hidden because it contains spoiler information about the solution
The code have been enclosed.
Thank you for you input.
This and this will show you the reason
EDIT: I already solved it but somehow my solution is not displayed (it always happen)
This comment is hidden because it contains spoiler information about the solution
("...yet another Caesar cipher kata...")
Well, not so "yet another". At least there is a twist. ;)
Some issues, though:
test.expect
(some readings here) (note: seemed to be already addressed?)This comment is hidden because it contains spoiler information about the solution
I suggest also adding encryption ponctuation using pontuation list: for example in the set [",",";",":","?","!"," ","."] with a shifting of 5 "!" becomes ":"