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

 
GeneralRe: Programming Language Peculiarities — C# Pin
harold aptroot7-Feb-16 23:42
harold aptroot7-Feb-16 23:42 
GeneralRe: Programming Language Peculiarities — C# Pin
PIEBALDconsult7-Feb-16 15:04
mvePIEBALDconsult7-Feb-16 15:04 
GeneralRe: Programming Language Peculiarities — C# Pin
Ravi Bhavnani7-Feb-16 18:11
professionalRavi Bhavnani7-Feb-16 18:11 
GeneralRe: Programming Language Peculiarities — C# Pin
Rob Grainger9-Feb-16 4:45
Rob Grainger9-Feb-16 4:45 
GeneralRe: Programming Language Peculiarities — C# Pin
Kornfeld Eliyahu Peter7-Feb-16 22:34
professionalKornfeld Eliyahu Peter7-Feb-16 22:34 
GeneralRe: Programming Language Peculiarities — C# Pin
Jörgen Andersson8-Feb-16 11:31
professionalJörgen Andersson8-Feb-16 11:31 
GeneralRe: Programming Language Peculiarities — C# Pin
Pete O'Hanlon8-Feb-16 1:04
mvePete O'Hanlon8-Feb-16 1:04 
GeneralRe: Programming Language Peculiarities — C# Pin
#realJSOP8-Feb-16 6:11
professional#realJSOP8-Feb-16 6:11 
His switch statement example is absurd.

0) Nobody would write a switch statement that falls through from the first case all the way to default. That's just f*ckin stupid.
1) He neglected to include the break statement, which would satisfy the compiler.
2) Real programmers don't use goto.
3) "each case must either have a break or a return" - wrong, retard.
4) In some instances, fall-through is viable and necessary.

On declaration order of variables...

0) Regardless of whether or not a given variable is static, it MUST be declared before using it. Where did this idiot learn to write code?

On I++.ToString()...

0) It's call precedence. Learn how to write code before calling something stupid. On the other hand, we can call you a retard, and be correct whenever we do it.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

GeneralRe: Programming Language Peculiarities — C# Pin
Eddy Vluggen8-Feb-16 6:15
professionalEddy Vluggen8-Feb-16 6:15 
GeneralRe: Programming Language Peculiarities — C# Pin
#realJSOP8-Feb-16 6:32
professional#realJSOP8-Feb-16 6:32 
GeneralRe: Programming Language Peculiarities — C# Pin
Joe Woodbury8-Feb-16 18:05
professionalJoe Woodbury8-Feb-16 18:05 
GeneralRe: Programming Language Peculiarities — C# Pin
Camilo Reyes9-Feb-16 16:19
professionalCamilo Reyes9-Feb-16 16:19 
NewsWindows 10 subscriptions aren't happening. Here's why Pin
Kent Sharkey7-Feb-16 12:17
staffKent Sharkey7-Feb-16 12:17 
GeneralRe: Windows 10 subscriptions aren't happening. Here's why Pin
Kevin McFarlane8-Feb-16 0:40
Kevin McFarlane8-Feb-16 0:40 
NewsMicrosoft launches new website touting Windows 10 security features Pin
Kent Sharkey7-Feb-16 12:07
staffKent Sharkey7-Feb-16 12:07 
GeneralRe: Microsoft launches new website touting Windows 10 security features Pin
  Forogar  7-Feb-16 13:02
professional  Forogar  7-Feb-16 13:02 
NewsRust vs. C++: Fine-grained Performance Pin
Kent Sharkey7-Feb-16 11:50
staffKent Sharkey7-Feb-16 11:50 
GeneralRe: Rust vs. C++: Fine-grained Performance Pin
Dan Neely8-Feb-16 2:56
Dan Neely8-Feb-16 2:56 
GeneralRe: Rust vs. C++: Fine-grained Performance Pin
Joe Woodbury8-Feb-16 18:08
professionalJoe Woodbury8-Feb-16 18:08 
GeneralRe: Rust vs. C++: Fine-grained Performance Pin
Rob Grainger9-Feb-16 5:02
Rob Grainger9-Feb-16 5:02 
GeneralRe: Rust vs. C++: Fine-grained Performance Pin
Joe Woodbury9-Feb-16 5:07
professionalJoe Woodbury9-Feb-16 5:07 
GeneralRe: Rust vs. C++: Fine-grained Performance Pin
Rob Grainger12-Feb-16 1:23
Rob Grainger12-Feb-16 1:23 
NewsMicrosoft reveals real cost of 'free' Windows 10 Pin
Kent Sharkey7-Feb-16 11:47
staffKent Sharkey7-Feb-16 11:47 
GeneralRe: Microsoft reveals real cost of 'free' Windows 10 Pin
Sascha Lefèvre7-Feb-16 12:00
professionalSascha Lefèvre7-Feb-16 12:00 
GeneralRe: Microsoft reveals real cost of 'free' Windows 10 Pin
Kent Sharkey7-Feb-16 12:03
staffKent Sharkey7-Feb-16 12:03 

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.