Click here to Skip to main content
15,910,980 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
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 
jschell wrote:
In normal server work there are ways to help with the situation.

1- Add logging (over time one would just use the log output.)

2- Build a simulator (over time it gets better.)

3- Unit testing.

4- Very rigorous design (at implementation level) and rigorous code reviews.


1. That is how I was able to figure out what is going on. Logging every condition and messages sent and received and all the variable values when it fails

2.The controller I am using is from a company in Germany... Manual ? what is that ? .. Some old flowchart is what I had to program it with...

3. Unit testing/ BA Testing / UAT did not pick up those errors because if you produce few items it works like a charm but when it is constantly being used and one of the production line needs a response time of max 1.5 second it gets complex with full factory using the application on same network and controller is connected to network via WiFi....

4. Code Reviews ? Who will do that when you are the only developer Poke tongue | ;-P ....I have to put a hand on my heart and tell them that it is not the code that is failing but something else is causing it... I have to deal with PM who keeps on insisting that it must be your code that is wrong... No technical help just keep looking at the flow chart and keep insisting you must be doing something wrong...
Zen and the art of software maintenance : rm -rf *

Math is like love : a simple idea but it can get complicated.

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 PinPopular
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 
JokeRe: I might just put in a bid Pin
Wes Aday22-Jun-14 14:26
professionalWes Aday22-Jun-14 14:26 
GeneralRe: I might just put in a bid Pin
Mike Hankey22-Jun-14 13:43
mveMike Hankey22-Jun-14 13:43 
GeneralRe: I might just put in a bid PinPopular
OriginalGriff22-Jun-14 18:58
mveOriginalGriff22-Jun-14 18:58 
GeneralRe: I might just put in a bid Pin
Mike Hankey23-Jun-14 2:51
mveMike Hankey23-Jun-14 2:51 
GeneralHas anyone tried Flash64 on Windows recently Pin
Dan Neely22-Jun-14 10:20
Dan Neely22-Jun-14 10:20 
GeneralRe: Has anyone tried Flash64 on Windows recently Pin
JMK-NI22-Jun-14 12:07
professionalJMK-NI22-Jun-14 12:07 
GeneralRe: Has anyone tried Flash64 on Windows recently Pin
Dan Neely22-Jun-14 12:22
Dan Neely22-Jun-14 12:22 
GeneralRe: Has anyone tried Flash64 on Windows recently Pin
Chris Maunder22-Jun-14 18:51
cofounderChris Maunder22-Jun-14 18:51 
GeneralRe: Has anyone tried Flash64 on Windows recently Pin
Nagy Vilmos22-Jun-14 19:46
professionalNagy Vilmos22-Jun-14 19:46 

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.