Click here to Skip to main content
15,893,190 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.

 
GeneralRe: Ruby on Rails Pin
Garth J Lancaster11-Jan-14 17:29
professionalGarth J Lancaster11-Jan-14 17:29 
GeneralRe: Ruby on Rails Pin
walterhevedeich12-Jan-14 15:46
professionalwalterhevedeich12-Jan-14 15:46 
GeneralRe: Ruby on Rails Pin
Sampath Lokuge11-Jan-14 19:58
Sampath Lokuge11-Jan-14 19:58 
GeneralRe: Ruby on Rails Pin
Marc Clifton12-Jan-14 2:33
mvaMarc Clifton12-Jan-14 2:33 
GeneralRe: Ruby on Rails Pin
Sampath Lokuge12-Jan-14 2:45
Sampath Lokuge12-Jan-14 2:45 
GeneralRe: Ruby on Rails Pin
Dan Neely13-Jan-14 2:34
Dan Neely13-Jan-14 2:34 
GeneralRe: Ruby on Rails Pin
Marc Clifton13-Jan-14 3:39
mvaMarc Clifton13-Jan-14 3:39 
GeneralRe: Ruby on Rails Pin
Dan Neely13-Jan-14 4:03
Dan Neely13-Jan-14 4:03 
every time I've tried breaking most/all of my code into methods that small I found myself spending more time chasing up/down the call stack than anything else and with productivity even lower than when trying to wade though multi-hundred line method failure.

I've never been a fan of test first coding; but enough tests to catch regression failures has always been something I've liked. The problem I'm having here, and why I started a thread about a ruby CI server, is people being sloppy about remembering to update tests when they did change something: Did you break it? Did merging your changes with mine break it? Did git hork up the auto merge badly? ... is my second biggest pain point on the project atm.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralRe: Ruby on Rails Pin
Marc Clifton13-Jan-14 4:12
mvaMarc Clifton13-Jan-14 4:12 
GeneralRe: Ruby on Rails Pin
Dan Neely13-Jan-14 4:46
Dan Neely13-Jan-14 4:46 
GeneralRe: Ruby on Rails Pin
Marc Clifton13-Jan-14 4:50
mvaMarc Clifton13-Jan-14 4:50 
GeneralRe: Ruby on Rails Pin
Dan Neely13-Jan-14 4:55
Dan Neely13-Jan-14 4:55 
GeneralRe: Ruby on Rails Pin
JamesHurst14-Jan-14 9:03
JamesHurst14-Jan-14 9:03 
GeneralRe: Ruby on Rails Pin
Marc Clifton12-Jan-14 2:24
mvaMarc Clifton12-Jan-14 2:24 
GeneralRe: Ruby on Rails Pin
Brisingr Aerowing12-Jan-14 2:59
professionalBrisingr Aerowing12-Jan-14 2:59 
GeneralRe: Ruby on Rails Pin
thomas.michaud13-Jan-14 3:50
thomas.michaud13-Jan-14 3:50 
GeneralRe: Ruby on Rails Pin
Brisingr Aerowing12-Jan-14 4:47
professionalBrisingr Aerowing12-Jan-14 4:47 
GeneralRe: Ruby on Rails Pin
Marc Clifton12-Jan-14 7:33
mvaMarc Clifton12-Jan-14 7:33 
GeneralRe: Ruby on Rails Pin
Brisingr Aerowing12-Jan-14 7:47
professionalBrisingr Aerowing12-Jan-14 7:47 
GeneralRe: Ruby on Rails Pin
Marc Clifton12-Jan-14 7:49
mvaMarc Clifton12-Jan-14 7:49 
GeneralRe: Ruby on Rails Pin
Adilson Carvalho13-Jan-14 0:06
Adilson Carvalho13-Jan-14 0:06 
GeneralRe: Ruby on Rails Pin
ssa-ed13-Jan-14 6:53
ssa-ed13-Jan-14 6:53 
GeneralMight be worth a look see Pin
Mike Hankey11-Jan-14 12:05
mveMike Hankey11-Jan-14 12:05 
GeneralRe: Might be worth a look see Pin
Ron Beyer11-Jan-14 12:15
professionalRon Beyer11-Jan-14 12:15 
GeneralRe: Might be worth a look see Pin
Mike Hankey11-Jan-14 12:19
mveMike Hankey11-Jan-14 12:19 

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.