Click here to Skip to main content
15,886,362 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: 4 lessons software teams can learn from rock bands Pin
Nelek30-Jun-20 19:26
protectorNelek30-Jun-20 19:26 
GeneralRe: 4 lessons software teams can learn from rock bands Pin
GuyThiebaut1-Jul-20 2:25
professionalGuyThiebaut1-Jul-20 2:25 
NewsMicrosoft Edge caught importing data from other browsers without permission Pin
Kent Sharkey30-Jun-20 10:46
staffKent Sharkey30-Jun-20 10:46 
GeneralRe: Microsoft Edge caught importing data from other browsers without permission Pin
Nelek30-Jun-20 19:24
protectorNelek30-Jun-20 19:24 
News96 percent of developers believe security harms productivity Pin
Kent Sharkey30-Jun-20 10:46
staffKent Sharkey30-Jun-20 10:46 
GeneralRe: 96 percent of developers believe security harms productivity Pin
Nelek30-Jun-20 19:23
protectorNelek30-Jun-20 19:23 
GeneralRe: 96 percent of developers believe security harms productivity Pin
Rob Grainger1-Jul-20 22:55
Rob Grainger1-Jul-20 22:55 
GeneralRe: 96 percent of developers believe security harms productivity Pin
kalberts2-Jul-20 1:11
kalberts2-Jul-20 1:11 
I was yesterday told to remove that null check I had added after experiencing a crash in a fuction I was reviewing, caused by a reference in a composite parameter structure being null, but this reference was used without checking.

The guy making the call to this function where I had added the null check requested the null check to be removed, as he now had fixed that structure with the null pointer - it would always be non-null from now on. So please remove the null check in the function - it isn't needed, now that the pointer is not null any more!

The function in question is a general directory browsing wrapper; it might be called from dozens of places. The pointer in question referred to "onChange" actions. This case was our first where there was no onChange handler. So the proper "fix" is not to refrain from calling an onChange when the pointer is null, but to reqiure all callers to provide an onChange handler even if there is no need for it; make it as a NoOp function them!

I haven't removed the null check yet. I think it is crazy to spend resources on making code less robust, more vulnurable to irregular parameters. This guy making the demand is younger than me, but higher in the hierarchy, so I may have to give in to his demands. But it hurts my professional soul doing it.
GeneralRe: 96 percent of developers believe security harms productivity Pin
Rob Grainger2-Jul-20 1:34
Rob Grainger2-Jul-20 1:34 
NewsFuture-proofing .NET application development with the Uno Platform Pin
Kent Sharkey30-Jun-20 10:31
staffKent Sharkey30-Jun-20 10:31 
GeneralRe: Future-proofing .NET application development with the Uno Platform Pin
#realJSOP1-Jul-20 2:17
mve#realJSOP1-Jul-20 2:17 
NewsHow holographic tech is shrinking VR displays to the size of sunglasses Pin
Kent Sharkey30-Jun-20 8:46
staffKent Sharkey30-Jun-20 8:46 
GeneralRe: How holographic tech is shrinking VR displays to the size of sunglasses Pin
Nelek30-Jun-20 19:17
protectorNelek30-Jun-20 19:17 
GeneralRe: How holographic tech is shrinking VR displays to the size of sunglasses Pin
Kornfeld Eliyahu Peter30-Jun-20 20:34
professionalKornfeld Eliyahu Peter30-Jun-20 20:34 
NewsCredit card skimmers hide in web page image files Pin
Kent Sharkey30-Jun-20 8:31
staffKent Sharkey30-Jun-20 8:31 
GeneralRe: Credit card skimmers hide in web page image files Pin
Nelek30-Jun-20 19:14
protectorNelek30-Jun-20 19:14 
GeneralRe: Credit card skimmers hide in web page image files Pin
Bernhard Hiller30-Jun-20 21:45
Bernhard Hiller30-Jun-20 21:45 
NewsMicrosoft launches digital skills initiative to help those hit by the COVID-19 economy Pin
Kent Sharkey30-Jun-20 8:01
staffKent Sharkey30-Jun-20 8:01 
GeneralRe: Microsoft launches digital skills initiative to help those hit by the COVID-19 economy Pin
Nelek30-Jun-20 19:08
protectorNelek30-Jun-20 19:08 
NewsAWS CodeGuru is out: AI tool checks code and suggests changes to save you money Pin
Kent Sharkey30-Jun-20 8:01
staffKent Sharkey30-Jun-20 8:01 
GeneralRe: AWS CodeGuru is out: AI tool checks code and suggests changes to save you money Pin
Nelek30-Jun-20 19:07
protectorNelek30-Jun-20 19:07 
GeneralRe: AWS CodeGuru is out: AI tool checks code and suggests changes to save you money Pin
Kornfeld Eliyahu Peter30-Jun-20 20:10
professionalKornfeld Eliyahu Peter30-Jun-20 20:10 
GeneralRe: AWS CodeGuru is out: AI tool checks code and suggests changes to save you money Pin
Dan Neely1-Jul-20 2:23
Dan Neely1-Jul-20 2:23 
NewsIs the DevOps model killing the developer? In a word, no Pin
Kent Sharkey29-Jun-20 11:31
staffKent Sharkey29-Jun-20 11:31 
GeneralRe: Is the DevOps model killing the developer? In a word, no Pin
Nelek29-Jun-20 12:21
protectorNelek29-Jun-20 12:21 

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.