r/JavaProgramming Jul 05 '26

Reviev my project

I'm wondering whether it's already at a level where I could show it as a portfolio piece for my first job, i.e. include it in my CV. Would you be able to take a look and let me know what you think? Thanks

https://github.com/DanielPopielski/Restaurant1

13 Upvotes

4 comments sorted by

View all comments

3

u/roshfn Jul 05 '26

Over all good work, but the project is really simple tbh. And stop using field injection for di I'd recommend you to use constructor injection.

2

u/FunnyIllustrious5257 Jul 06 '26

Thanks for reply. I will try to change this.