1 Open Issue Need Help Last updated: Sep 18, 2025

Open Issues Need Help

View All on GitHub

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

Sistema de Biblioteca Universitário

Java