The environment tag has no wiki summary.
3
votes
2answers
65 views
Scalability of using environment variables
I just moved into the Ruby on Rails world and with it I am being introduced to much more liberal use of environment variables than what I have been exposed to in the past. Specifically, it appears ...
-2
votes
4answers
187 views
Does Agile (scrum) require one server environment?
Is it necessary/recommend/best practice/any other positive to use only one server environment to perform all development, unit testing and QA?
If so, is it then wise/part of Agile to then have only ...
3
votes
3answers
107 views
Create Offline Demo Environment Database Substitute
I would like to know if there is a best practice for creating demo environments that substitutes database interaction into other forms of resource
i.e. creating .json files containing the data that ...
1
vote
0answers
107 views
How to organize integration tests and test data for different environments when using Maven Failsafe
I have started to separate my unit tests from my integration tests by using Maven Surefire and Failsafe.
Now I'm wondering what good ways there are to deal with separate environments. Take for ...
3
votes
1answer
323 views
script engine with no global environment (java)
I am curious about how global variables are handled by script engines. I am looking for a script engine that does not preserve the state of global variables upon invocation. Are there such engines out ...
2
votes
2answers
188 views
Should program behavior be modified using a config file or environmental variables?
I'm referring to *nix command line applications primarily, where you want to permanently modify the behavior from defaults.
Environmental variables are easily understood and implemented, usually ...
2
votes
4answers
594 views
Development setup for TDD. Is it correct?
This is how my team has it's development environment set up:
Each team member has a local development environment on their own computer, where they check out the code from a shared repository.
Every ...
3
votes
5answers
669 views
Disposable Virtual Machines for QA environments [closed]
I'm far from an expert in virtualization, so pardon my ignorance.
I've had this idea (really doubt it's original, haven't looked much into the topic) of "disposable" virtual machines for QA ...
2
votes
5answers
293 views
Senior project environment selection
My 2 friends and I are preparing our senior project idea for next year. I need some of different ideas while deciding the base environment of the project, especially from software developers/engineers ...
10
votes
4answers
1k views
Open office arrangement with non-programmers (sales, etc) talking all day?
Just curious about this, I'm about to leave this job for a variety of reasons but one thing is that the office I work in is a full open office with a few non-programmer employees in close proximity ...
10
votes
2answers
188 views
Should there be a “data hygiene” index for software - to indicate how clean the program is? not leaving temp files, etc
Should there be a "data hygiene" index for software - to indicate how clean the program is? not creating unused temp files, registry entries, environment variables, etc.
For example, look in your ...
2
votes
6answers
184 views
Upgrading from XP Pro to Win 7, anything I should worry about?
I do mainly .NET work so I assume that the framework is all fine and that. But have there been reports of various tools like .NET Reflector and the like not working properly with Win 7? This is a ...
16
votes
12answers
1k views
What would you add in this Software Development Project Checklist?
I'm a big fan of checklists. There is Travel Checklist, Moving Checklist and even a Scrum Checklist.
Context: you have been hired by a large corporation and given the mission to setup the whole ...
22
votes
16answers
2k views
What justifies the use of an IDE versus a standard editor?
I find myself using my text editor of choice (vim, nano, gedit, pick your poison) much more often than any IDE as of late.
After noticing my ide shortcuts getting dusty I started to think about ...