devxlogo

July 22, 2016

DevX - Software Development Resource

Smartwatch Sales Plummet 32%

According to the market analysts at IDC, sales of smartwatches fell 32 percent in the second quarter, dropping from 5.1 million last year to 3.5 million this year. The decline

DevX - Software Development Resource

Code Optimization: If-Less Programming

I have often encountered code littered with lots of nested if and else statements. I consider it a serious code smell. Deeply nested code, especially if the nesting is due to conditionals,