emilybache / Encryptor-Refactoring-Kata

refactoring kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encryptor Refactoring Kata

Can you spot any smells in this code? Any violations of the SOLID design principles? It could certainly do with some tests, in any case.

Feel free to change public method signature and/or move methods to other public classes, so long as all the same functionality is available when you're done.

Credits

I got this code from Jeroen Mengerink and David Baak, from their repo on github: https://github.com/daafith/Encryptor-Maven- Thankyou for permission to use it.

About

refactoring kata

License:MIT License


Languages

Language:C# 38.5%Language:Java 37.5%Language:Python 24.0%