Code Red: The Agony of Syntax
Where the only thing more painful than writing code is explaining it to non-coders.
Submit your code woes and get some constructive criticism... we hope.
Share your code horror story Get a few pointers on how to improveWhere the only thing more painful than writing code is explaining it to non-coders.
Submit your code woes and get some constructive criticism... we hope.
Share your code horror story Get a few pointers on how to improve// This is some code that needs to be reviewed var x = 5; var y = 10; var z = x * y;