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

 
NewsCode reviews can make or break your team Pin
Kent Sharkey1-Oct-15 12:58
staffKent Sharkey1-Oct-15 12:58 
GeneralRe: Code reviews can make or break your team Pin
BillWoodruff1-Oct-15 13:51
professionalBillWoodruff1-Oct-15 13:51 
GeneralRe: Code reviews can make or break your team Pin
Gittum1-Oct-15 23:29
Gittum1-Oct-15 23:29 
GeneralRe: Code reviews can make or break your team Pin
den2k882-Oct-15 0:00
professionalden2k882-Oct-15 0:00 
GeneralRe: Code reviews can make or break your team Pin
Dan Neely2-Oct-15 2:59
Dan Neely2-Oct-15 2:59 
GeneralRe: Code reviews can make or break your team Pin
den2k882-Oct-15 3:15
professionalden2k882-Oct-15 3:15 
GeneralRe: Code reviews can make or break your team Pin
Dan Neely2-Oct-15 3:51
Dan Neely2-Oct-15 3:51 
GeneralRe: Code reviews can make or break your team Pin
den2k882-Oct-15 3:59
professionalden2k882-Oct-15 3:59 
Well some code like
C++
if (condition)  { flag = false;      break; }
if (condition2) { otherflag = false; break; }


is actually (in my opinion) more readable like this because it is actually one / two short operations that are extremely correlated and stay very wall on one line. But actually this is the only case I put more instructions on a single line - I especialli avoid the "int i = 0; int j; int k = 0;" case because is is less flexible to add/remove/rename variables.

I tweaked VisualAssistX so that now it doesn't autoformat as I don't like, only the VB6 IDE autoformats without possibility of turning it off.
GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X

If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver

"When you have eliminated the JavaScript, whatever remains must be an empty page." -- Mike Hankey

NewsMicrosoft puts 3 hardware labs in Building 87 on virtual display Pin
Kent Sharkey1-Oct-15 12:31
staffKent Sharkey1-Oct-15 12:31 
GeneralRe: Microsoft puts 3 hardware labs in Building 87 on virtual display Pin
Patrice T1-Oct-15 14:54
mvePatrice T1-Oct-15 14:54 
NewsA billion Android phones are vulnerable to new Stagefright bugs Pin
Kent Sharkey1-Oct-15 11:25
staffKent Sharkey1-Oct-15 11:25 
GeneralRe: A billion Android phones are vulnerable to new Stagefright bugs Pin
Rob Grainger2-Oct-15 0:07
Rob Grainger2-Oct-15 0:07 
NewsMicrosoft researchers explore a practical way to build bug-free software Pin
Kent Sharkey1-Oct-15 9:46
staffKent Sharkey1-Oct-15 9:46 
GeneralRe: Microsoft researchers explore a practical way to build bug-free software Pin
Kornfeld Eliyahu Peter1-Oct-15 11:48
professionalKornfeld Eliyahu Peter1-Oct-15 11:48 
GeneralRe: Microsoft researchers explore a practical way to build bug-free software Pin
Joe Woodbury1-Oct-15 12:00
professionalJoe Woodbury1-Oct-15 12:00 
GeneralRe: Microsoft researchers explore a practical way to build bug-free software Pin
Ron Anders1-Oct-15 12:53
Ron Anders1-Oct-15 12:53 
GeneralRe: Microsoft researchers explore a practical way to build bug-free software Pin
Member 116832511-Oct-15 19:03
Member 116832511-Oct-15 19:03 
GeneralRe: Microsoft researchers explore a practical way to build bug-free software Pin
den2k881-Oct-15 21:05
professionalden2k881-Oct-15 21:05 
GeneralRe: Microsoft researchers explore a practical way to build bug-free software Pin
Gittum1-Oct-15 22:35
Gittum1-Oct-15 22:35 
GeneralRe: Microsoft researchers explore a practical way to build bug-free software Pin
Dan Neely2-Oct-15 3:06
Dan Neely2-Oct-15 3:06 
GeneralRe: Microsoft researchers explore a practical way to build bug-free software Pin
Marc Clifton3-Oct-15 6:56
mvaMarc Clifton3-Oct-15 6:56 
NewsThis guy bought 'Google.com' from Google for one minute Pin
Kent Sharkey1-Oct-15 9:33
staffKent Sharkey1-Oct-15 9:33 
NewsGitHub adds hardware-based authentication for developers PinPopular
Kent Sharkey1-Oct-15 9:28
staffKent Sharkey1-Oct-15 9:28 
GeneralRe: GitHub adds hardware-based authentication for developers Pin
Patrice T1-Oct-15 10:38
mvePatrice T1-Oct-15 10:38 
NewsWindows Defender dramatically improves antivirus protection scores Pin
Kent Sharkey1-Oct-15 9:25
staffKent Sharkey1-Oct-15 9:25 

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.