Click here to Skip to main content
15,886,919 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: Microsoft Research launches Code Hunt, an educational Web game for learning programming Pin
Eddy Vluggen23-May-14 0:27
professionalEddy Vluggen23-May-14 0:27 
NewsFifteen toys, games and tools that teach programming Pin
Kent Sharkey15-May-14 10:24
staffKent Sharkey15-May-14 10:24 
GeneralRe: Fifteen toys, games and tools that teach programming Pin
Jeremy Falcon15-May-14 10:25
professionalJeremy Falcon15-May-14 10:25 
GeneralRe: Fifteen toys, games and tools that teach programming Pin
Kent Sharkey15-May-14 10:28
staffKent Sharkey15-May-14 10:28 
GeneralRe: Fifteen toys, games and tools that teach programming Pin
LloydA11115-May-14 11:05
LloydA11115-May-14 11:05 
GeneralRe: Fifteen toys, games and tools that teach programming Pin
Kent Sharkey15-May-14 11:14
staffKent Sharkey15-May-14 11:14 
NewsAgile testing heresy: are you testing too much? Pin
Kent Sharkey15-May-14 10:17
staffKent Sharkey15-May-14 10:17 
GeneralRe: Agile testing heresy: are you testing too much? Pin
Marc Clifton15-May-14 10:58
mvaMarc Clifton15-May-14 10:58 
I did a pair programming "interview" last weekend where the code (Ruby on Rails) had four kinds of tests:

unit tests for functions
model tests for, you guessed it, Models
Jasmine tests for the client-side Javascript
Capyabara tests for the integration testing

It seemed like in inordinate amount of testing.

The really laughable part though was when we stumbled across some code like this:

LogTransaction(old_value, new_value)


Followed by the definition:

def LogTransaction(new_value, old_value)


The irony being, that the definition was mislabeled. "new_value" was actually the old value.

No amount of testing could find that, except to say of course that the code did the right thing, but semantically, it was incorrect. Roll eyes | :rolleyes:

Marc
GeneralRe: Agile testing heresy: are you testing too much? Pin
Bernhard Hiller15-May-14 22:08
Bernhard Hiller15-May-14 22:08 
NewsWho Has Your Back? 2014: Protecting Your Data From Government Requests Pin
Kent Sharkey15-May-14 9:51
staffKent Sharkey15-May-14 9:51 
NewsFacebook: MVC does not scale, use Flux instead Pin
Kent Sharkey15-May-14 8:47
staffKent Sharkey15-May-14 8:47 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Duncan Edwards Jones15-May-14 8:59
professionalDuncan Edwards Jones15-May-14 8:59 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon15-May-14 10:25
professionalJeremy Falcon15-May-14 10:25 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
CatchExAs15-May-14 10:57
professionalCatchExAs15-May-14 10:57 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Marc Clifton15-May-14 11:04
mvaMarc Clifton15-May-14 11:04 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon15-May-14 12:10
professionalJeremy Falcon15-May-14 12:10 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Marc Clifton16-May-14 9:20
mvaMarc Clifton16-May-14 9:20 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon16-May-14 12:12
professionalJeremy Falcon16-May-14 12:12 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Marc Clifton17-May-14 2:05
mvaMarc Clifton17-May-14 2:05 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon17-May-14 3:49
professionalJeremy Falcon17-May-14 3:49 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Marc Clifton17-May-14 9:34
mvaMarc Clifton17-May-14 9:34 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon19-May-14 4:50
professionalJeremy Falcon19-May-14 4:50 
NewsWindows 8 is the most secure version yet: here’s why Pin
Kent Sharkey15-May-14 8:03
staffKent Sharkey15-May-14 8:03 
GeneralRe: Windows 8 is the most secure version yet: here’s why Pin
Jeremy Falcon15-May-14 8:14
professionalJeremy Falcon15-May-14 8:14 
GeneralRe: Windows 8 is the most secure version yet: here’s why Pin
Kent Sharkey15-May-14 8:20
staffKent Sharkey15-May-14 8:20 

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.