Open Issues Need Help
View All on GitHub Registro de Devoluções e Empréstimos 6 months ago
AI Summary: This issue addresses a design decision regarding the responsibility for registering loans and returns, currently duplicated in both `Biblioteca` (Library) and `Emprestimo` (Loan) classes. It asks whether `Emprestimo` should handle its own registration or if `Biblioteca` should be solely responsible. A clarification is also needed on whether `dataDevolucao` (returnDate) represents the return deadline or the actual return date.
Complexity:
3/5
help wanted question