| View previous topic :: View next topic |
| Author |
Message |
jrefactors@hotmail.com Guest
|
Posted: Tue Sep 27, 2005 7:11 pm Post subject: 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!!
|
|
| Back to top |
|
 |
Victor Bazarov Guest
|
Posted: Tue Sep 27, 2005 7:27 pm Post subject: Re: sandbox is the same as development machine? |
|
|
[email]jrefactors (AT) hotmail (DOT) com[/email] wrote:
| Quote: | 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?
|
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
|
|
| Back to top |
|
 |
Keith Thompson Guest
|
Posted: Tue Sep 27, 2005 7:32 pm Post subject: Re: sandbox is the same as development machine? |
|
|
[email]jrefactors (AT) hotmail (DOT) com[/email] writes:
| Quote: | 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!!
|
This is off-topic in the comp.lang.* newsgroups. Followups redirected
to comp.software-eng.
--
Keith Thompson (The_Other_Keith) [email]kst-u (AT) mib (DOT) org[/email] <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.
|
|
| Back to top |
|
 |
gabsaga.tata@simpaq.com Guest
|
Posted: Tue Sep 27, 2005 8:02 pm Post subject: 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
|
|
| Back to top |
|
 |
Roedy Green Guest
|
Posted: Tue Sep 27, 2005 9:18 pm Post subject: Re: sandbox is the same as development machine? |
|
|
On 27 Sep 2005 12:11:28 -0700, [email]jrefactors (AT) hotmail (DOT) com[/email] wrote or quoted
:
| Quote: | 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!!
|
see http://mindprod.com/jgloss/sandbox.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
|
|
| Back to top |
|
 |
|