Pairing on the prime factor kata
sophie
12
Yo! You mentioned that you have to note what certain variables do, so it might be helpful to use more expressive names. Instead of “prime” maybe “list_of_prime_factors”, and instead of candidate something like “candidate_number_to_check”. Expressive names help a truckload in remembering how code works, especially when it’s someone else’s code.
Also vim is so boss. Have you covered the ci command yet?