Am I learning the right way, or am I over-relying on Al?
Hi everyone,
About six months ago, I finished learning Java, but I didn't practice much. Now, I’ve decided to start over from scratch to build a solid foundation. To level up, I started working on a "Student Management System" project (adding/deleting students, etc.) alongside my regular study and problem-solving practice.
My question is about how I use AI. For example:
I created the variables for my class, but then I got stuck. I asked AI for the next step, and it suggested creating a constructor. I only remembered that a constructor must have the same name as the class, so the AI reminded me of its purpose and how to use it to initialize objects in the main method.
So, am I on the right track by using AI as a "mentor" to remind me of concepts while building projects, or am I heading down the wrong path? I really want to make sure I’m actually learning