Click here to Skip to main content
15,888,351 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: Windows Server 2008 servers don’t boot after KB4539602 update Pin
Daniel Pfeffer11-Feb-20 1:44
professionalDaniel Pfeffer11-Feb-20 1:44 
NewsMythical man month : 10 lines per developer day Pin
Kent Sharkey10-Feb-20 7:00
staffKent Sharkey10-Feb-20 7:00 
GeneralRe: Mythical man month : 10 lines per developer day Pin
Kris Lantz10-Feb-20 7:40
professionalKris Lantz10-Feb-20 7:40 
GeneralRe: Mythical man month : 10 lines per developer day Pin
Kaladin10-Feb-20 7:13
Kaladin10-Feb-20 7:13 
GeneralRe: Mythical man month : 10 lines per developer day Pin
kalberts10-Feb-20 8:19
kalberts10-Feb-20 8:19 
GeneralRe: Mythical man month : 10 lines per developer day Pin
Mark_Wallace10-Feb-20 22:42
Mark_Wallace10-Feb-20 22:42 
GeneralRe: Mythical man month : 10 lines per developer day Pin
Eddy Vluggen10-Feb-20 23:20
professionalEddy Vluggen10-Feb-20 23:20 
GeneralRe: Mythical man month : 10 lines per developer day Pin
kalberts11-Feb-20 1:19
kalberts11-Feb-20 1:19 
Sure, we could have written it in that way, both Pascal and C variants. We did not. The 4-line formatting was never being pushed before C arrived, but when C took over, it was made standard. In lots of SW development environments of today, you are frowned upon if you write a C if-statement on a single line.
Then there are those middle-between ones who allow the space saving
C++
if (TotalSum > 1000) 
    DiscountPercentage = 10;
i.e. indentation of something that is not syntactically a block (i.e. compound statement), which I think is highly inconsistent. Some make it even worse by allowing this newline/indentation style for single-statment if statement only, but not loops.

C syntax sometimes require even single statements to be braced into compound statements, such as a handler. I don't know of any C programmer that condones code following a open brace on the same line, so even the simplest catch requires four lines. So it contributes to the LoC based productivity measure.
GeneralRe: Mythical man month : 10 lines per developer day Pin
Eddy Vluggen11-Feb-20 5:01
professionalEddy Vluggen11-Feb-20 5:01 
GeneralRe: Mythical man month : 10 lines per developer day Pin
Amarnath S10-Feb-20 23:31
professionalAmarnath S10-Feb-20 23:31 
NewsDOJ charges four Chinese military hackers for Equifax hack Pin
Kent Sharkey10-Feb-20 7:00
staffKent Sharkey10-Feb-20 7:00 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
Mark_Wallace10-Feb-20 9:32
Mark_Wallace10-Feb-20 9:32 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
F-ES Sitecore10-Feb-20 22:55
professionalF-ES Sitecore10-Feb-20 22:55 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
Mark_Wallace10-Feb-20 23:10
Mark_Wallace10-Feb-20 23:10 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
F-ES Sitecore10-Feb-20 23:15
professionalF-ES Sitecore10-Feb-20 23:15 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
GenJerDan11-Feb-20 0:35
GenJerDan11-Feb-20 0:35 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
Mark_Wallace11-Feb-20 2:48
Mark_Wallace11-Feb-20 2:48 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
Mark_Wallace11-Feb-20 2:47
Mark_Wallace11-Feb-20 2:47 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
F-ES Sitecore11-Feb-20 3:10
professionalF-ES Sitecore11-Feb-20 3:10 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
Mark_Wallace11-Feb-20 3:22
Mark_Wallace11-Feb-20 3:22 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
F-ES Sitecore11-Feb-20 3:55
professionalF-ES Sitecore11-Feb-20 3:55 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
Mark_Wallace11-Feb-20 4:54
Mark_Wallace11-Feb-20 4:54 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
F-ES Sitecore11-Feb-20 5:09
professionalF-ES Sitecore11-Feb-20 5:09 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
TheGreatAndPowerfulOz11-Feb-20 7:26
TheGreatAndPowerfulOz11-Feb-20 7:26 
GeneralRe: DOJ charges four Chinese military hackers for Equifax hack Pin
David O'Neil11-Feb-20 8:35
professionalDavid O'Neil11-Feb-20 8: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.