Palindromic Primes

About This Kata

This kata is about refactoring for performance. It is worth noting that there are two approaches at from the outset. While transitioning between them is possible, you may want to commit to one or the other before you get started. These different approaches will exercise different types of optimization strategies.

Problem Description

This kata is about generating palindromic prime numbers.

Objective

A word of caution