• @[email protected]
    cake
    link
    fedilink
    39 months ago

    Keep at it, eventually things will click and you might find yourself appreciating the compiler errors and type strictness. Perhaps you’ll even spend time getting rid of warnings even though it will let you run without doing that, because they indicate edge cases that might break your program in difficult to debug ways.

    • @railsdev
      link
      2
      edit-2
      8 months ago

      deleted by creator

      • @[email protected]
        cake
        link
        fedilink
        29 months ago

        Yeah, time is always the hard part.

        It’s all kinda the same btw. Like you’ll have different sytax and styles, but most languages have variables, loops, conditionals, functions, objects, inheritance, APIs to access OS functions like files and network, etc.