Click here to Skip to main content
15,887,683 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!

 
JokeRe: How code review caves you time Pin
Duncan Edwards Jones1-Sep-16 10:04
professionalDuncan Edwards Jones1-Sep-16 10:04 
GeneralRe: How code review caves you time Pin
Joe Woodbury1-Sep-16 10:23
professionalJoe Woodbury1-Sep-16 10:23 
JokeRe: How code review caves you time PinPopular
Brisingr Aerowing31-Aug-16 14:23
professionalBrisingr Aerowing31-Aug-16 14:23 
News400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
Kent Sharkey31-Aug-16 11:00
staffKent Sharkey31-Aug-16 11:00 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
raddevus31-Aug-16 11:17
mvaraddevus31-Aug-16 11:17 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
TheGreatAndPowerfulOz31-Aug-16 11:36
TheGreatAndPowerfulOz31-Aug-16 11:36 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
  Forogar  31-Aug-16 13:03
professional  Forogar  31-Aug-16 13:03 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
TheGreatAndPowerfulOz31-Aug-16 14:34
TheGreatAndPowerfulOz31-Aug-16 14:34 
Tabs mid-line will cause alignment issues when you change the tab size. Using spaces mid-line will avoid that issue. Why does that matter? Because the stated reason for many people for using tabs is to allow different developers to indent differently because some like an indent of 4 while others like an indent of 2 and still others 3. I've even seen 5 spaces for a tab. So, while your multi-column struct layouts, method argument arrangements, etc are all nice and pretty for you, someone else viewing them with their different preferred tab setting will see them all skeewampus. Additionally, many differencing tools assign 8 spaces to a tab and now your tab indentation and mid-line alignments are really fubar when viewing the differences. Using spaces mid-line will at least avoid the massive misalignment of those bits of code.
#SupportHeForShe
Government can give you nothing but what it takes from somebody else. A government big enough to give you everything you want is big enough to take everything you've got, including your freedom.-Ezra Taft Benson
You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
  Forogar  2-Sep-16 3:03
professional  Forogar  2-Sep-16 3:03 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
TheGreatAndPowerfulOz2-Sep-16 3:37
TheGreatAndPowerfulOz2-Sep-16 3:37 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
  Forogar  2-Sep-16 4:13
professional  Forogar  2-Sep-16 4:13 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
TheGreatAndPowerfulOz2-Sep-16 5:15
TheGreatAndPowerfulOz2-Sep-16 5:15 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
#realJSOP1-Sep-16 1:18
mve#realJSOP1-Sep-16 1:18 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
  Forogar  31-Aug-16 13:04
professional  Forogar  31-Aug-16 13:04 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
TheGreatAndPowerfulOz31-Aug-16 14:38
TheGreatAndPowerfulOz31-Aug-16 14:38 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
  Forogar  2-Sep-16 3:04
professional  Forogar  2-Sep-16 3:04 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
Jeremy Falcon31-Aug-16 14:50
professionalJeremy Falcon31-Aug-16 14:50 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
cjb11031-Aug-16 21:03
cjb11031-Aug-16 21:03 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
Bassam Abdul-Baki1-Sep-16 0:44
professionalBassam Abdul-Baki1-Sep-16 0:44 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
Nathan Minier1-Sep-16 1:14
professionalNathan Minier1-Sep-16 1:14 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
Dan Neely1-Sep-16 2:43
Dan Neely1-Sep-16 2:43 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
Vark1111-Sep-16 3:28
Vark1111-Sep-16 3:28 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
TheGreatAndPowerfulOz1-Sep-16 4:41
TheGreatAndPowerfulOz1-Sep-16 4:41 
GeneralRe: 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs? Pin
Vark1111-Sep-16 6:40
Vark1111-Sep-16 6:40 
NewsFacebook open sources Zstandard compression algorithm and MyRocks storage engine Pin
Kent Sharkey31-Aug-16 10:35
staffKent Sharkey31-Aug-16 10:35 

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.