minus-squareScriptSage@lemmy.ziptoProgramming@programming.dev•How not to be a script/ai kiddie? (for noobs)linkfedilinkarrow-up2·4 days agoI personally don’t see an issue using scripts early on when learning as long as it’s allowing you to focus on a specific part of development. Ultimately the way I learn is: Find a problem/project See if I can solve it 100% on my own Find an actual solution/script online and compare it to my terrible one. Break down each section of the script I found so I fully understand why/how they implemented it that way. Repeat linkfedilink
I personally don’t see an issue using scripts early on when learning as long as it’s allowing you to focus on a specific part of development.
Ultimately the way I learn is: