Just out of curiosity. I have no moral stance on it, if a tool works for you I’m definitely not judging anyone for using it. Do whatever you can to get your work done!

  • jecxjo
    link
    fedilink
    English
    arrow-up
    11
    ·
    11 months ago

    I’ve found it useful for basically finding the example code for a 3rd party library. Basically a version of Stack Exchange that can be better or worse.

    • Lmaydev@programming.dev
      link
      fedilink
      arrow-up
      9
      ·
      11 months ago

      I essentially use it as interactive docs. As long as what you’re learning existed before 2021 it’s great.

      • jecxjo
        link
        fedilink
        English
        arrow-up
        6
        ·
        11 months ago

        Yeah sadly the times I’ve gotten screwed is when a major version change occurred in 2022. Got burned once doing that and now I know to check to see if we have upgraded past the version the code works before spending too much time working on it.