• @tsonfeir@lemm.ee
    link
    fedilink
    11 year ago

    Yes. I think you may have misunderstood my meaning. Unless you’re just being pedantic—which I have no interest in.

        • @Knock_Knock_Lemmy_In@lemmy.world
          link
          fedilink
          1
          edit-2
          1 year ago

          From what code to write, to what language to use, to how things will integrate.

          Even high level architectural decisions need to be tested in dev first.

          Basically I can’t see what couldn’t be run through dev first?

          • @tsonfeir@lemm.ee
            link
            fedilink
            21 year ago

            Just because code works in dev doesn’t mean it’s going to be the right thing for production. I caught that little bastard making 1000 db queries in a loop one time, instead of taking the time to make it efficient. Technically it worked. And, because dev has no server load, it was relatively quick.