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

 
GeneralMicrsoft Edge Pin
dan!sh 3-Mar-20 22:22
professional dan!sh 3-Mar-20 22:22 
GeneralRe: Micrsoft Edge Pin
Kornfeld Eliyahu Peter3-Mar-20 23:31
professionalKornfeld Eliyahu Peter3-Mar-20 23:31 
GeneralRe: Micrsoft Edge Pin
Cp-Coder4-Mar-20 2:07
Cp-Coder4-Mar-20 2:07 
GeneralRe: Micrsoft Edge Pin
dandy724-Mar-20 3:08
dandy724-Mar-20 3:08 
GeneralRe: Micrsoft Edge Pin
Cp-Coder4-Mar-20 11:37
Cp-Coder4-Mar-20 11:37 
GeneralRe: Micrsoft Edge Pin
dandy725-Mar-20 2:37
dandy725-Mar-20 2:37 
GeneralRe: Micrsoft Edge Pin
Dan Neely4-Mar-20 3:24
Dan Neely4-Mar-20 3:24 
GeneralTabs Pin
dan!sh 3-Mar-20 21:51
professional dan!sh 3-Mar-20 21:51 
Taking off from the tabs vs spaces post few threads below, I was wondering why they were talking about tab = 8 spaces. Does it not make the code unreadable as it is too spaced out?

When tab is set to 8 spaces:
if (true)
{
        // Indent of 1 tab = 8 spaces
        if (true)
        {
                // some thing here
        }
}

When tab is set to 4 spaces:
if (true)
{
    // Indent of 1 tab = 4 spaces
    if (true)
    {
        // some thing here
    }
}
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

GeneralRe: Tabs Pin
OriginalGriff3-Mar-20 22:07
mveOriginalGriff3-Mar-20 22:07 
GeneralRe: Tabs Pin
dan!sh 3-Mar-20 22:14
professional dan!sh 3-Mar-20 22:14 
GeneralRe: Tabs Pin
OriginalGriff3-Mar-20 22:22
mveOriginalGriff3-Mar-20 22:22 
GeneralRe: Tabs Pin
Stefan_Lang4-Mar-20 21:28
Stefan_Lang4-Mar-20 21:28 
GeneralRe: Tabs Pin
g_p_l3-Mar-20 22:46
g_p_l3-Mar-20 22:46 
GeneralRe: Tabs Pin
Skip-Sailors5-Mar-20 5:47
Skip-Sailors5-Mar-20 5:47 
GeneralRe: Tabs Pin
Richard MacCutchan3-Mar-20 22:18
mveRichard MacCutchan3-Mar-20 22:18 
GeneralRe: Tabs Pin
dan!sh 3-Mar-20 22:27
professional dan!sh 3-Mar-20 22:27 
GeneralRe: Tabs Pin
Richard MacCutchan3-Mar-20 22:56
mveRichard MacCutchan3-Mar-20 22:56 
GeneralRe: Tabs Pin
kalberts4-Mar-20 2:32
kalberts4-Mar-20 2:32 
GeneralRe: Tabs Pin
Richard MacCutchan4-Mar-20 2:50
mveRichard MacCutchan4-Mar-20 2:50 
GeneralRe: Tabs Pin
kalberts4-Mar-20 3:12
kalberts4-Mar-20 3:12 
GeneralRe: Tabs Pin
Richard MacCutchan4-Mar-20 3:31
mveRichard MacCutchan4-Mar-20 3:31 
GeneralRe: Tabs Pin
kalberts4-Mar-20 5:02
kalberts4-Mar-20 5:02 
GeneralRe: Tabs Pin
Richard MacCutchan4-Mar-20 5:12
mveRichard MacCutchan4-Mar-20 5:12 
GeneralRe: Tabs Pin
  Forogar  4-Mar-20 3:53
professional  Forogar  4-Mar-20 3:53 
GeneralRe: Tabs Pin
Dan Neely4-Mar-20 3:26
Dan Neely4-Mar-20 3:26 

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.