Click here to Skip to main content
15,892,059 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: When you only have production environment to test your code Pin
Chris Maunder22-Jun-14 18:49
cofounderChris Maunder22-Jun-14 18:49 
GeneralRe: When you only have production environment to test your code Pin
_Maxxx_22-Jun-14 19:26
professional_Maxxx_22-Jun-14 19:26 
GeneralRe: When you only have production environment to test your code Pin
Vasudevan Deepak Kumar22-Jun-14 20:12
Vasudevan Deepak Kumar22-Jun-14 20:12 
GeneralRe: When you only have production environment to test your code Pin
gggustafson23-Jun-14 1:46
mvagggustafson23-Jun-14 1:46 
AnswerRe: When you only have production environment to test your code Pin
Michael Kingsford Gray22-Jun-14 20:15
Michael Kingsford Gray22-Jun-14 20:15 
GeneralRe: When you only have production environment to test your code Pin
Fabio Franco24-Jun-14 1:30
professionalFabio Franco24-Jun-14 1:30 
GeneralRe: When you only have production environment to test your code Pin
MrChug24-Jun-14 4:25
MrChug24-Jun-14 4:25 
AnswerRe: When you only have production environment to test your code Pin
Sander Rossel22-Jun-14 20:37
professionalSander Rossel22-Jun-14 20:37 
I've done that more times than I'd like to admit...
Strange error occurring in production, test on my machine and everything runs fine.
Just make some fix that -could- solve the problem and ask the user to test it.
We don't have any specialized test environment or anything. So if it doesn't work on my computer, or that of a colleague, well, we're forced to test in production.

Actually, only our two biggest customers test our changes in a test environment.
Our other customers can't be bothered by setting up test environments (or have us do it).
So when we've done the 'developer testing' we can put the code in production and pray we've programmed what the customer wanted Laugh | :laugh:

Luckily this approach works for us and our customers most of the time (we always keep backups of previous versions in case something breaks).
It's an OO world.
C#
public class SanderRossel : Lazy<Person>
{
   public void DoWork()
   {
      throw new NotSupportedException();
   }
}

AnswerRe: When you only have production environment to test your code Pin
Tim Carmichael23-Jun-14 2:20
Tim Carmichael23-Jun-14 2:20 
AnswerRe: When you only have production environment to test your code Pin
Sharon Freas23-Jun-14 5:04
Sharon Freas23-Jun-14 5:04 
GeneralRe: When you only have production environment to test your code Pin
BrainiacV23-Jun-14 8:10
BrainiacV23-Jun-14 8:10 
AnswerRe: When you only have production environment to test your code Pin
User 1013254623-Jun-14 5:32
User 1013254623-Jun-14 5:32 
AnswerRe: When you only have production environment to test your code - roll your own Pin
bojammis23-Jun-14 5:56
professionalbojammis23-Jun-14 5:56 
AnswerRe: When you only have production environment to test your code Pin
BrainiacV23-Jun-14 7:49
BrainiacV23-Jun-14 7:49 
AnswerRe: When you only have production environment to test your code Pin
Richard Jones23-Jun-14 9:16
Richard Jones23-Jun-14 9:16 
AnswerRe: When you only have production environment to test your code Pin
jschell23-Jun-14 9:17
jschell23-Jun-14 9:17 
GeneralRe: When you only have production environment to test your code Pin
virang_2123-Jun-14 11:08
virang_2123-Jun-14 11:08 
GeneralRe: When you only have production environment to test your code Pin
jschell24-Jun-14 8:21
jschell24-Jun-14 8:21 
AnswerRe: When you only have production environment to test your code Pin
PIEBALDconsult23-Jun-14 12:38
mvePIEBALDconsult23-Jun-14 12:38 
GeneralI might just put in a bid Pin
Pete O'Hanlon22-Jun-14 11:12
mvePete O'Hanlon22-Jun-14 11:12 
GeneralRe: I might just put in a bid Pin
DaveAuld22-Jun-14 11:45
professionalDaveAuld22-Jun-14 11:45 
GeneralRe: I might just put in a bid Pin
Ravi Bhavnani22-Jun-14 12:18
professionalRavi Bhavnani22-Jun-14 12:18 
GeneralRe: I might just put in a bid Pin
Kenneth Haugland22-Jun-14 12:55
mvaKenneth Haugland22-Jun-14 12:55 
GeneralRe: I might just put in a bid Pin
Ravi Bhavnani22-Jun-14 12:57
professionalRavi Bhavnani22-Jun-14 12:57 
GeneralRe: I might just put in a bid Pin
User 5924122-Jun-14 13:10
User 5924122-Jun-14 13:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.