Hacker News new | ask | show | jobs
by stcredzero 3276 days ago
Some programming shop just revealed that they don't know how to think about security.
1 comments

The entire point to the site is that programming challenges using STDIN/OUT is not how you write code. So yes, you can cheat - but who cares. At least you get to write real code. Not to mention the number of things that can be tested for since you are able to use real testing frameworks.

STDOUT/IN based challenges cause developers to have to program esoteric challenges that they would never see in real life, and write code that they would never use for anything other than a challenge site.

So yes, you can cheat - but who cares.

Couldn't you have the same programming challenges, but not have STDIN/OUT?