|
|
|
|
|
by calrain
744 days ago
|
|
If you can get access to ChatGPT, use it as a learning resource. Ask it to act as a mentor that is teaching you how to program, ask it to give you an problem to solve, and give it a shot. Then paste back your code you wrote (keep it simple) and ask it to explain your approach, provide advice, describe patterns, and explain tradeoffs between different techniques. Initially, learning how to talk about code is important, then identifying patterns and approaches. Coding isn't about memorizing things, it's about understanding the advantages and disadvantages of different approaches. Have fun! |
|