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

 
NewsCoders in wealthy and developing countries lean on different programming languages Pin
Kent Sharkey30-Aug-17 8:31
staffKent Sharkey30-Aug-17 8:31 
NewsThe UWP Community Toolkit v2.0 Pin
Kent Sharkey30-Aug-17 8:01
staffKent Sharkey30-Aug-17 8:01 
NewsPoints for evaluating code quality Pin
raddevus30-Aug-17 2:47
mvaraddevus30-Aug-17 2:47 
GeneralRe: Points for evaluating code quality Pin
PeejayAdams30-Aug-17 3:01
PeejayAdams30-Aug-17 3:01 
GeneralRe: Points for evaluating code quality Pin
raddevus30-Aug-17 3:27
mvaraddevus30-Aug-17 3:27 
GeneralRe: Points for evaluating code quality Pin
Marc Clifton1-Sep-17 1:45
mvaMarc Clifton1-Sep-17 1:45 
GeneralRe: Points for evaluating code quality Pin
Eddy Vluggen30-Aug-17 4:01
professionalEddy Vluggen30-Aug-17 4:01 
GeneralRe: Points for evaluating code quality Pin
Foothill31-Aug-17 3:42
professionalFoothill31-Aug-17 3:42 
Eddy Vluggen wrote:
reducing cyclomatic complexity does not always (blindly) mean that you are improving code
This is very true. Just for kicks, I ran code metrics against the code I wrote in this recent article: C# Replacing switch(enum) flow control with Reflection[^]. While the article wasn't received as well as I would have liked, it also proves that there are always ways to trick code analysis. The method HandleMove, when analyzed with VS's code metric calculator, has a cyclomatic complexity of 2 while, in reality, it has a complexity of 6 with the possibility of infinite code paths; all through one little function. While the code itself is a novel approach to solving an occasional problem, it exposes a weakness in code analysis.
if (Object.DividedByZero == true) { Universe.Implode(); }
Meus ratio ex fortis machina. Simplicitatis de formae ac munus. -Foothill, 2016

News711 million email addresses ensnared in "largest" spambot Pin
raddevus29-Aug-17 10:50
mvaraddevus29-Aug-17 10:50 
NewsShare more code with .NET Standard 2.0 Pin
Kent Sharkey29-Aug-17 10:16
staffKent Sharkey29-Aug-17 10:16 
NewsMove over Cortana, there's a new (old) digital assistant in town: Clippy's back Pin
Kent Sharkey29-Aug-17 10:01
staffKent Sharkey29-Aug-17 10:01 
GeneralRe: Move over Cortana, there's a new (old) digital assistant in town: Clippy's back Pin
Brisingr Aerowing29-Aug-17 10:13
professionalBrisingr Aerowing29-Aug-17 10:13 
JokeRe: Move over Cortana, there's a new (old) digital assistant in town: Clippy's back Pin
Nelek29-Aug-17 10:44
protectorNelek29-Aug-17 10:44 
GeneralRe: Move over Cortana, there's a new (old) digital assistant in town: Clippy's back Pin
Richard Deeming30-Aug-17 1:27
mveRichard Deeming30-Aug-17 1:27 
GeneralRe: Move over Cortana, there's a new (old) digital assistant in town: Clippy's back Pin
S Douglas30-Aug-17 8:21
professionalS Douglas30-Aug-17 8:21 
NewsInternet providers could easily snoop on your smart home Pin
Kent Sharkey29-Aug-17 9:46
staffKent Sharkey29-Aug-17 9:46 
GeneralRe: Internet providers could easily snoop on your smart home Pin
RickZeeland29-Aug-17 10:17
mveRickZeeland29-Aug-17 10:17 
GeneralRe: Internet providers could easily snoop on your smart home Pin
SoMad29-Aug-17 17:43
professionalSoMad29-Aug-17 17:43 
NewsBurger King Russia makes Waves, presents Whoppercoin Pin
Kent Sharkey29-Aug-17 9:46
staffKent Sharkey29-Aug-17 9:46 
NewsDoes Microsoft's brass still believe it has a chance in the phone market? Pin
Kent Sharkey29-Aug-17 9:16
staffKent Sharkey29-Aug-17 9:16 
NewsSalesforce is using AI to democratize SQL so anyone can query databases in natural language Pin
Kent Sharkey29-Aug-17 8:46
staffKent Sharkey29-Aug-17 8:46 
GeneralRe: Salesforce is using AI to democratize SQL so anyone can query databases in natural language Pin
RickZeeland29-Aug-17 9:09
mveRickZeeland29-Aug-17 9:09 
GeneralRe: Salesforce is using AI to democratize SQL so anyone can query databases in natural language Pin
jgakenhe29-Aug-17 9:24
professionaljgakenhe29-Aug-17 9:24 
GeneralRe: Salesforce is using AI to democratize SQL so anyone can query databases in natural language Pin
PIEBALDconsult29-Aug-17 14:07
mvePIEBALDconsult29-Aug-17 14:07 
GeneralRe: Salesforce is using AI to democratize SQL so anyone can query databases in natural language Pin
PIEBALDconsult29-Aug-17 14:08
mvePIEBALDconsult29-Aug-17 14:08 

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.