Click here to Skip to main content
15,889,266 members

Survey Results

How do you deal with Internal and External expectations?

Survey period: 4 Jan 2016 to 11 Jan 2016

Let's see how developers fare: A bit of fun based on a quiz by Gretchen Rubin.

OptionVotes% 
I'm an Upholder: I work to complete (or uphold) expectations set for me and that I set for myself.25127.98
I'm a Questioner: I question all expectations and will only meet an expectation if it makes sense.42046.82
I'm a Rebel: I don't like to do what I'm told and I prefer to break rules.758.36
I'm an Obliger: I meet expectations set by others but often fail to meet my own expectations.15116.83



 
GeneralWhen I grow up, I want to be a Wally Pin
ones and zeros8-Jan-16 0:10
professionalones and zeros8-Jan-16 0:10 
GeneralQuestioner Pin
Camilo Reyes6-Jan-16 11:32
professionalCamilo Reyes6-Jan-16 11:32 
GeneralMissing an option? PinPopular
Peter Mulholland5-Jan-16 2:07
Peter Mulholland5-Jan-16 2:07 
GeneralRe: Missing an option? Pin
Dholakiya Ankit8-Jan-16 20:18
Dholakiya Ankit8-Jan-16 20:18 
GeneralDidn't know that... Pin
Kornfeld Eliyahu Peter5-Jan-16 0:00
professionalKornfeld Eliyahu Peter5-Jan-16 0:00 
GeneralBut I am also an Obliger Pin
Simon_Whale4-Jan-16 23:58
Simon_Whale4-Jan-16 23:58 
GeneralRe: But I am also an Obliger Pin
KarstenK5-Jan-16 1:44
mveKarstenK5-Jan-16 1:44 
GeneralRe: But I am also an Obliger Pin
Simon_Whale5-Jan-16 1:44
Simon_Whale5-Jan-16 1:44 
GeneralFive Easy Points Wasted Pin
W Balboos, GHB4-Jan-16 7:58
W Balboos, GHB4-Jan-16 7:58 
GeneralA Rebel Pin
Wastedtalent4-Jan-16 5:33
professionalWastedtalent4-Jan-16 5:33 
GeneralMay the force be with me Pin
Afzaal Ahmad Zeeshan4-Jan-16 4:53
professionalAfzaal Ahmad Zeeshan4-Jan-16 4:53 
GeneralI already lost a customer for being questioner Pin
Nicolas Dorier4-Jan-16 4:34
professionalNicolas Dorier4-Jan-16 4:34 
GeneralRe: I already lost a customer for being questioner Pin
r_hyde4-Jan-16 11:56
r_hyde4-Jan-16 11:56 
GeneralRe: I already lost a customer for being questioner Pin
Nicolas Dorier4-Jan-16 16:16
professionalNicolas Dorier4-Jan-16 16:16 
And I am telling you it is bullshit. In production your NHibernate code will run, if you have not tested it, and kept everything in your small curated bubble then it will break in prod as well, defeating the whole purpose of tests. The purpose of writing tests is about testing code which will run in prod, not about testing mocks.

I am not against mock for some part which use external service though, just against the "mocking everything" mania, as too often they end up testing nothing at all, while wasting everybody's time.

Also, if you use inmemory database, your code WILL be predictable and you will have higher test coverage.
If you don't use inmemory database, you can still have predictable run by cleaning the database before the test run.

These are not unit tests, but tests that can be run in CI, or manually if you want to debug a particular bug.
The distinction between unit test and integration test is also bullshit. When you commit, your tests will all run in CI anyway.


modified 4-Jan-16 22:24pm.

GeneralRe: I already lost a customer for being questioner Pin
r_hyde4-Jan-16 18:36
r_hyde4-Jan-16 18:36 
GeneralRe: I already lost a customer for being questioner Pin
mintxelas5-Jan-16 1:33
mintxelas5-Jan-16 1:33 
GeneralRe: I already lost a customer for being questioner Pin
Rob Grainger5-Jan-16 3:25
Rob Grainger5-Jan-16 3:25 
GeneralRe: I already lost a customer for being questioner Pin
Nicolas Dorier7-Jan-16 1:22
professionalNicolas Dorier7-Jan-16 1:22 
GeneralRe: I already lost a customer for being questioner Pin
Rob Grainger7-Jan-16 4:27
Rob Grainger7-Jan-16 4:27 
GeneralRe: I already lost a customer for being questioner Pin
Camilo Reyes7-Jan-16 11:42
professionalCamilo Reyes7-Jan-16 11:42 
GeneralRe: I already lost a customer for being questioner Pin
Nicolas Dorier9-Jan-16 0:10
professionalNicolas Dorier9-Jan-16 0:10 
GeneralRe: I already lost a customer for being questioner Pin
Camilo Reyes9-Jan-16 7:53
professionalCamilo Reyes9-Jan-16 7:53 
GeneralRe: I already lost a customer for being questioner Pin
Camilo Reyes6-Jan-16 11:46
professionalCamilo Reyes6-Jan-16 11:46 
GeneralRe: I already lost a customer for being questioner Pin
Nicolas Dorier7-Jan-16 1:27
professionalNicolas Dorier7-Jan-16 1:27 
GeneralRe: I already lost a customer for being questioner Pin
Nicolas Dorier7-Jan-16 1:14
professionalNicolas Dorier7-Jan-16 1:14 

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.