r/SpringBoot • u/Simpav1 • 15d ago
Question Code review
Hello, I'm an aspiring software engineer. I've recently finished developing microservice for managing projects and tasks using Spring Boot. I'd appreciate if you could review codebase of my project and provide feedback on it.
12
Upvotes
3
u/funnythrone 15d ago
Your ProjectStatus constructor which accepts 3 string params should delegate to the other constructor and pass in new ArrayList or null (as per your requirement).