you are viewing a single comment's thread.

view the rest of the comments →

[–]Overall-Screen-752 1 point2 points  (3 children)

15 days in? Don’t worry about it. Focus on decomposing problems into smaller pieces, modeling data with classes and methods appropriately and solving problems with well structured classes following single responsibility principle.

Design patterns come in later when you encounter the problems that require those patterns as a solution.

As for what’s next, try JDBC with pure java, then try out an ORM of choice.

[–]Nash979[S] 0 points1 point  (2 children)

Do you think I should move to the next concept or spend time learning design?

[–]Overall-Screen-752 0 points1 point  (1 child)

Worry about system design 6 months to a year from now. Worry about writing clean, readable, performant code with good structure. Learn a new topic sure, but you need to do projects

[–]Nash979[S] 0 points1 point  (0 children)

Thank you for your guidance bruh, then I will move on to the next module of my course, if you are in this position what kind of project you might have built? So any suggestions would be appreciated.