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

 
GeneralRubs the fur the wrong way Pin
Marc Clifton19-May-14 9:51
mvaMarc Clifton19-May-14 9:51 
GeneralRe: Rubs the fur the wrong way Pin
Emre Ataseven19-May-14 10:08
professionalEmre Ataseven19-May-14 10:08 
GeneralRe: Rubs the fur the wrong way Pin
Sander Rossel19-May-14 10:08
professionalSander Rossel19-May-14 10:08 
GeneralRe: Rubs the fur the wrong way Pin
Nish Nishant19-May-14 10:19
sitebuilderNish Nishant19-May-14 10:19 
GeneralRe: Rubs the fur the wrong way Pin
Marc Clifton19-May-14 11:03
mvaMarc Clifton19-May-14 11:03 
GeneralRe: Rubs the fur the wrong way Pin
Nish Nishant19-May-14 11:08
sitebuilderNish Nishant19-May-14 11:08 
GeneralRe: Rubs the fur the wrong way Pin
Colborne_Greg19-May-14 19:04
Colborne_Greg19-May-14 19:04 
GeneralRe: Rubs the fur the wrong way Pin
Jeremy Falcon19-May-14 10:22
professionalJeremy Falcon19-May-14 10:22 
Marc Clifton wrote:
Sort of rubs the fur the wrong way.

The thing that rubs me the wrong way in PHP is this...
PHP
<?php
    for($x=0; $x<10; $x++)
    {
        $a = $x; // didn't declare $a at all
    }

    echo $a; // $a is totally valid here
?>

Or...
PHP
<?php
    for($x=0; $x<10; $x++)
    {
        $aa = $x; // whoops, a typo
    }

    echo $a; // $a is STILL totally valid here
?>

Now I like how PHP handles types and variables to make things easy, but ya know this is taking it a bit too far.
Jeremy Falcon

GeneralRe: Rubs the fur the wrong way Pin
Andy Brummer19-May-14 17:43
sitebuilderAndy Brummer19-May-14 17:43 
GeneralRe: Rubs the fur the wrong way Pin
Jeremy Falcon20-May-14 4:09
professionalJeremy Falcon20-May-14 4:09 
GeneralRe: Rubs the fur the wrong way Pin
Andy Brummer20-May-14 9:28
sitebuilderAndy Brummer20-May-14 9:28 
GeneralRe: Rubs the fur the wrong way Pin
User 5924119-May-14 15:42
User 5924119-May-14 15:42 
GeneralRe: Rubs the fur the wrong way Pin
Colborne_Greg19-May-14 18:58
Colborne_Greg19-May-14 18:58 
GeneralOPOD Pin
R. Giskard Reventlov19-May-14 9:30
R. Giskard Reventlov19-May-14 9:30 
GeneralWhy most people here dislike Facebook? Pin
dan!sh 19-May-14 7:50
professional dan!sh 19-May-14 7:50 
GeneralRe: Why most people here dislike Facebook? PinPopular
PIEBALDconsult19-May-14 8:01
mvePIEBALDconsult19-May-14 8:01 
GeneralRe: Why most people here dislike Facebook? Pin
dan!sh 19-May-14 8:05
professional dan!sh 19-May-14 8:05 
GeneralRe: Why most people here dislike Facebook? Pin
PIEBALDconsult19-May-14 8:17
mvePIEBALDconsult19-May-14 8:17 
GeneralRe: Why most people here dislike Facebook? Pin
rnbergren20-May-14 3:02
rnbergren20-May-14 3:02 
GeneralRe: Why most people here dislike Facebook? Pin
bantling20-May-14 5:41
bantling20-May-14 5:41 
GeneralRe: Why most people here dislike Facebook? Pin
GordoFabulous20-May-14 5:59
GordoFabulous20-May-14 5:59 
GeneralRe: Why most people here dislike Facebook? Pin
monk777721-May-14 1:13
monk777721-May-14 1:13 
GeneralRe: Why most people here dislike Facebook? Pin
DaveAuld19-May-14 8:09
professionalDaveAuld19-May-14 8:09 
GeneralRe: Why most people here dislike Facebook? Pin
OriginalGriff19-May-14 8:14
mveOriginalGriff19-May-14 8:14 
GeneralRe: Why most people here dislike Facebook? Pin
Jeremy Falcon19-May-14 9:19
professionalJeremy Falcon19-May-14 9: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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   441 votes