📄️ Classe
A class is a way to encapsulate state and behaviors that operate on that state.
📄️ Funções Puras
Pure functions are functions that respect immutability, do not perform any side effects, and return the same output given the same parameters.
Anotações sobre Fundamentos de Desenvolvimento de Software.
A class is a way to encapsulate state and behaviors that operate on that state.
Pure functions are functions that respect immutability, do not perform any side effects, and return the same output given the same parameters.