i dont program but if i did id proballey just use scripts and ai for everything and not learn anything

what do you do to motivate yourself to keep going/stop yourself from not learning new things

this is a programing qutestion but if you have advice on anything about not cotnetive ofloading and staying disclipened that would help )

  • ScriptSage@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    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:

    1. Find a problem/project
    2. See if I can solve it 100% on my own
    3. Find an actual solution/script online and compare it to my terrible one.
    4. Break down each section of the script I found so I fully understand why/how they implemented it that way.
    5. Repeat