Tagged Questions
3
votes
2answers
162 views
What is Development Environment? e.g. Vagrant
By luck i landed on this website http://www.vagrantup.com/
It is says, that software is for development environment.
My question is what exactly definition for development environment (in this case ...
5
votes
6answers
932 views
How can I create a solid business case for upgrading our programmers to 256 GB SSD and 16 GB of RAM? [duplicate]
We have an environment based on Microsoft stack (VS2010, SQL Server, etc), and I firmly believe that we could improve productivity a little bit, having more RAM and a faster secondary SSD.
What data ...
4
votes
2answers
297 views
How to measure time lost due to environment problems?
I'm trying to determine how we can measure how much time the developers are loosing to poorly managed environment and inefficient ways-of-working.
The goals are:
Show managment how big the problem ...
24
votes
8answers
4k views
Should a development machine be inside a VM?
This post by Rob Conery (note the slug) says that development environment should be run inside a virtual machine. I see what he's saying and tend to agree, but still feel a little uneasy. Now that ...
8
votes
7answers
984 views
How is tension of programming environments usually?
I have had experiences in 2 programming environments so far and both have had really stressful environments. I am unhappy currently, but unsure whether the third experience could be worse than the ...
0
votes
3answers
76 views
Best way to deal with a system without a user acceptance / testing phase
Historically I've been able to get away with making small changes to an in-house helpdesk system riding on a LAMP stack and just making a backup prior to editing.
This has no user acceptance / ...
0
votes
6answers
802 views
Should Development / Testing / QA / Staging environments be similar?
After much time and effort, we're finally using maven to manage our application lifecycle for development. We still unfortunately use ANT to build an EAR before deploying to Test / QA / Staging.
My ...