Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.2 KB

challenge.md

File metadata and controls

27 lines (19 loc) · 1.2 KB

Day 21: Safely refactor the TourCalculator.

Teo are back from setting up all the critical system before Christmas really starts. Santa and him have a funny task for you.

Santa Claus wants to make sure you're as good as he thinks you are and challenges you to complete today's task in a programming language you've never used before. 🎅

Here his matrix proposal but feel free to use any language you want:

Your Primary Language Suggested Languages
C# Kotlin, Python
Java Scala, TypeScript
Kotlin C#, PHP
Scala Java, TypeScript
TypeScript Python, Scala
PHP Kotlin, C#
Python PHP, Java

Safely refactor this piece of code by using only one test 🤗.

✅🚀 Challenge: Refactor the code with one test using a different stack. 🚀✅

snippet of the day

Proposed Solution

Proposed Solution Guide