Repository with challenges completed on the Branas Clean Code Course
- Challenge 1: Refactor the cpf validation code. Solution.
- Challenge 2: Implement an order system which doesn't allow create the order withou valid cpf and allow adding multiple itens and coupon code. Solution.
- Challenge 3: Iterate on challenge 2, adding new properties to item and shipping fee calculation. Solution.