Click here to Skip to main content
15,890,579 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: MQOTD Pin
Chris C-B1-Jul-15 22:35
Chris C-B1-Jul-15 22:35 
GeneralRe: MQOTD Pin
phil.o1-Jul-15 23:46
professionalphil.o1-Jul-15 23:46 
GeneralRe: MQOTD Pin
RUs1232-Jul-15 1:12
RUs1232-Jul-15 1:12 
GeneralRe: MQOTD Pin
Gary R. Wheeler2-Jul-15 3:59
Gary R. Wheeler2-Jul-15 3:59 
GeneralHow many light bulbs does it take to change a engineer? Pin
Stefto1-Jul-15 20:59
professionalStefto1-Jul-15 20:59 
GeneralRe: How many light bulbs does it take to change a engineer? Pin
OriginalGriff1-Jul-15 21:17
mveOriginalGriff1-Jul-15 21:17 
GeneralRe: How many light bulbs does it take to change a engineer? Pin
HobbyProggy1-Jul-15 21:44
professionalHobbyProggy1-Jul-15 21:44 
GeneralFun with Ruby Pin
Indivara1-Jul-15 18:49
professionalIndivara1-Jul-15 18:49 
I'm debugging a ruby program, while learning the language at the same time. First impressions - WTF | :WTF: OMG | :OMG: D'Oh! | :doh:

Here are a few WTFs

* Whitespace alters behavior
a + b adds a to b (variables)
a +b calls method a

* Reserved words can be used as method names

* Methods can be eclipsed by variables with the same name
def foo
    puts "I am a method"
end

followed by
foo=42
puts foo

will output 42

* Methods return the value of the last statement by default

I'm sure there are many more. You folks who have to deal with this every day have my deepest condolences.
GeneralRe: Fun with Ruby Pin
Mycroft Holmes1-Jul-15 19:37
professionalMycroft Holmes1-Jul-15 19:37 
GeneralRe: Fun with Ruby Pin
Indivara2-Jul-15 1:30
professionalIndivara2-Jul-15 1:30 
JokeRe: Fun with Ruby PinPopular
5imone1-Jul-15 21:19
professional5imone1-Jul-15 21:19 
GeneralRe: Fun with Ruby Pin
Richard MacCutchan1-Jul-15 21:27
mveRichard MacCutchan1-Jul-15 21:27 
GeneralRe: Fun with Ruby Pin
peterkmx2-Jul-15 2:22
professionalpeterkmx2-Jul-15 2:22 
GeneralHas anyone used FASTech CELLworks in Solaris? Pin
Mark Malin1-Jul-15 11:44
Mark Malin1-Jul-15 11:44 
GeneralUBER, Clueless Newbee, Tell Me Pin
C-P-User-31-Jul-15 9:27
C-P-User-31-Jul-15 9:27 
GeneralRe: UBER, Clueless Newbee, Tell Me Pin
PIEBALDconsult1-Jul-15 9:37
mvePIEBALDconsult1-Jul-15 9:37 
GeneralRe: UBER, Clueless Newbee, Tell Me Pin
R. Giskard Reventlov1-Jul-15 9:41
R. Giskard Reventlov1-Jul-15 9:41 
GeneralRe: UBER, Clueless Newbee, Tell Me Pin
Thanks78721-Jul-15 20:26
professionalThanks78721-Jul-15 20:26 
GeneralRe: UBER, Clueless Newbee, Tell Me Pin
HobbyProggy1-Jul-15 20:34
professionalHobbyProggy1-Jul-15 20:34 
GeneralRe: UBER, Clueless Newbee, Tell Me Pin
Jarek Kruza1-Jul-15 21:52
Jarek Kruza1-Jul-15 21:52 
GeneralRe: UBER, Clueless Newbee, Tell Me Pin
Wastedtalent1-Jul-15 21:43
professionalWastedtalent1-Jul-15 21:43 
GeneralRe: UBER, Clueless Newbee, Tell Me Pin
Rage1-Jul-15 23:22
professionalRage1-Jul-15 23:22 
GeneralRe: UBER, Clueless Newbee, Tell Me Pin
charlieg2-Jul-15 1:35
charlieg2-Jul-15 1:35 
GeneralNicholas Winton: RIP Pin
R. Giskard Reventlov1-Jul-15 8:56
R. Giskard Reventlov1-Jul-15 8:56 
GeneralRe: Nicholas Winton: RIP Pin
Nagy Vilmos1-Jul-15 23:32
professionalNagy Vilmos1-Jul-15 23:32 

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.