sandbox is the same as development machine?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jrefactors@hotmail.com

    sandbox is the same as development machine?

    I always hear the term "sandbox" in software development circle.
    Actually what does it really mean? Is it the machine for development,
    or testing purposes, not for actual production purposes?

    please advise. thanks!!

  • Keith Thompson

    #2
    Re: sandbox is the same as development machine?

    jrefactors@hotm ail.com writes:[color=blue]
    > I always hear the term "sandbox" in software development circle.
    > Actually what does it really mean? Is it the machine for development,
    > or testing purposes, not for actual production purposes?
    >
    > please advise. thanks!![/color]

    This is off-topic in the comp.lang.* newsgroups. Followups redirected
    to comp.software-eng.

    --
    Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
    San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
    We must do something. This is something. Therefore, we must do this.

    Comment

    • Victor Bazarov

      #3
      Re: sandbox is the same as development machine?

      jrefactors@hotm ail.com wrote:[color=blue]
      > I always hear the term "sandbox" in software development circle.
      > Actually what does it really mean? Is it the machine for development,
      > or testing purposes, not for actual production purposes?[/color]

      I've heard it used to mean what I understood as "a playground" or
      "a trial (and error) area", some place you don't need kept neat, or
      some place that can be easily scrapped and used again.

      FWIW, it could be some area on a development machine, like a separate
      disk drive, for example.

      V

      Comment

      • gabsaga.tata@simpaq.com

        #4
        Re: sandbox is the same as development machine?

        Sandbox is a box used for "proof of concept". Therefore, it is a
        development box but a different kind of development is done there
        because it's not something that will necessarily go to production. It's
        just something being done to proof some concept. At least, that's what
        we've used several sandboxes for.

        Gabsaga

        Comment

        • Roedy Green

          #5
          Re: sandbox is the same as development machine?

          On 27 Sep 2005 12:11:28 -0700, jrefactors@hotm ail.com wrote or quoted
          :
          [color=blue]
          >I always hear the term "sandbox" in software development circle.
          >Actually what does it really mean? Is it the machine for development,
          >or testing purposes, not for actual production purposes?
          >
          >please advise. thanks!![/color]

          see http://mindprod.com/jgloss/sandbox.html
          --
          Canadian Mind Products, Roedy Green.
          http://mindprod.com Again taking new Java programming contracts.

          Comment

          Working...