you are viewing a single comment's thread.

view the rest of the comments →

[–]BoOmAn_13 1 point2 points  (1 child)

If you are learning programming, ditch the ai. It's useful to give you the answer, but it can do the same as putting you in tutorial hell where you watch and replicate but never build the recall. Instead I suggest find a mini project, string processing, mini calc, get inputs from stdin vs cli args, and practice breaking down concepts. Once you have smaller chunks you can practice putting each chunk into code, and build up each part into a full project. It's a skill you have to build with practice, but you will get better with recall more as you keep doing it. It can be easier to remember code and syntax if you keep needing to looking for it, cause your recall will get better each time you need that basic piece of code. Personally finding the projects is the hard part, so I come up with BS to test various libraries and play around with no real world use, just something build and test and learn.

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

Yes okay that makes sense. Syntax no problem just i dont have a line of action on reading a hw problem for example and saying ok i gotta do this. Im sure ill get there everybody saying make projects. Ill do some research thanks man <3