Click here to Skip to main content
15,894,825 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: GoogleX exec: Where we went wrong with Glass Pin
Ron Anders19-Mar-15 11:36
Ron Anders19-Mar-15 11:36 
NewsDevelopers say the best code is readable code Pin
Kent Sharkey19-Mar-15 8:35
staffKent Sharkey19-Mar-15 8:35 
GeneralRe: Developers say the best code is readable code Pin
Afzaal Ahmad Zeeshan19-Mar-15 9:09
professionalAfzaal Ahmad Zeeshan19-Mar-15 9:09 
GeneralRe: Developers say the best code is readable code Pin
R. Giskard Reventlov19-Mar-15 9:37
R. Giskard Reventlov19-Mar-15 9:37 
GeneralRe: Developers say the best code is readable code Pin
User 842019-Mar-15 10:04
User 842019-Mar-15 10:04 
GeneralRe: Developers say the best code is readable code Pin
TheGreatAndPowerfulOz19-Mar-15 13:18
TheGreatAndPowerfulOz19-Mar-15 13:18 
RantRe: Developers say the best code is readable code Pin
Master.Man198019-Mar-15 10:25
Master.Man198019-Mar-15 10:25 
GeneralRe: Developers say the best code is readable code Pin
Eddy Vluggen19-Mar-15 11:03
professionalEddy Vluggen19-Mar-15 11:03 
Next to readable, it needs to be easily maintainable. One of the ways of doing so is by structuring things in, say, objects. Having those objects arranged and working according to a well-known pattern adds to the maintainability, readability and hence, affordability. It also means that most things are only defined in one place. No, seriously, ONE place. No redundancies, no repeating code - as that would mean that you'd have to maintain multiple instances of the same when updating it. That increases the chance of introducing bugs, which is bad.

Good code is SOLID and DRY Smile | :)

..and commented, with a low cyclomatic complexity, conforming to FxCop rules, and come with unit-testing that has almost 100% coverage.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

NewsPVS-Studio: 25 suspicious code fragments in CoreCLR Pin
Kent Sharkey19-Mar-15 8:33
staffKent Sharkey19-Mar-15 8:33 
NewsDeveloping for the Windows 10 Device Platform Pin
Kent Sharkey19-Mar-15 8:32
staffKent Sharkey19-Mar-15 8:32 
GeneralRe: Developing for the Windows 10 Device Platform Pin
Afzaal Ahmad Zeeshan19-Mar-15 9:10
professionalAfzaal Ahmad Zeeshan19-Mar-15 9:10 
GeneralRe: Developing for the Windows 10 Device Platform Pin
Dan Neely20-Mar-15 3:19
Dan Neely20-Mar-15 3:19 
NewsIs this optical-fiber breakthrough the key to unlock the gates for our future Robot Masters ? Pin
BillWoodruff19-Mar-15 4:36
professionalBillWoodruff19-Mar-15 4:36 
GeneralRe: Is this optical-fiber breakthrough the key to unlock the gates for our future Robot Masters ? Pin
Afzaal Ahmad Zeeshan19-Mar-15 4:58
professionalAfzaal Ahmad Zeeshan19-Mar-15 4:58 
NewsMicrosoft cooks up way to run Windows 10 on Android devices Pin
Richard Andrew x6418-Mar-15 14:33
professionalRichard Andrew x6418-Mar-15 14:33 
GeneralRe: Microsoft cooks up way to run Windows 10 on Android devices Pin
User 1013254619-Mar-15 5:09
User 1013254619-Mar-15 5:09 
NewsTop 10 oddball tech job interview questions Pin
Kent Sharkey18-Mar-15 13:44
staffKent Sharkey18-Mar-15 13:44 
GeneralRe: Top 10 oddball tech job interview questions Pin
PIEBALDconsult18-Mar-15 17:18
mvePIEBALDconsult18-Mar-15 17:18 
GeneralRe: Top 10 oddball tech job interview questions Pin
User 1013254619-Mar-15 5:11
User 1013254619-Mar-15 5:11 
GeneralRe: Top 10 oddball tech job interview questions Pin
PIEBALDconsult19-Mar-15 5:23
mvePIEBALDconsult19-Mar-15 5:23 
GeneralRe: Top 10 oddball tech job interview questions Pin
User 1013254619-Mar-15 5:44
User 1013254619-Mar-15 5:44 
RantRe: Top 10 oddball tech job interview questions Pin
Duncan Edwards Jones19-Mar-15 4:14
professionalDuncan Edwards Jones19-Mar-15 4:14 
GeneralRe: Top 10 oddball tech job interview questions Pin
Kent Sharkey19-Mar-15 4:16
staffKent Sharkey19-Mar-15 4:16 
JokeRe: Top 10 oddball tech job interview questions Pin
ZurdoDev19-Mar-15 9:26
professionalZurdoDev19-Mar-15 9:26 
GeneralRe: Top 10 oddball tech job interview questions Pin
dexterama19-Mar-15 8:55
professionaldexterama19-Mar-15 8:55 

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.