1
vote
Hello world: what did your first ever computer program do ?
Mine was actualy... compiling. And that's exactly what I was trying to do :)
…
-1
votes
Where is the chink in Google Chrome’s armor??
You have to keep in mind that Microsoft primary business is Rich environement (GUI) Application. Web tool is a threat to them as it is platform independant (not promoting they main product).
…
6
votes
Why do people defend the regex syntax?
Another problem with regex is that there are many flavours of it. .Net regex vs php regex vs other regex, all look alike but don't give the same result (sometimes no result at all).
…
12
votes
What are the best habits of highly effective programmers?
Don't overengineer
Edit: For me, it means, don't overdo something. Make only what's needed to be d …
