Ad
  • Custom User Avatar

    As I said, it's good for this Kata, but I will not recommend to use it for work. At least, if you don't check what you are going to eval() :D
    I think it's still possible to use it if you 100% sure about what will be given as parameter.
    I had to solve one task (not Kata, but not work as well) and I had to use eval(), because it saved a lot of execution time. It was like ' expression + expression + ... ' and when I called string like that with eval I saved about 75-80%!