Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> they've trained themselves to look at a program and see the data structures rather than the code, and in my opinion that's a better way to think about a program.

I don't see how this is mutually exclusive to writing readable code. I'm not good at these but I picture good code in your definition to be utilizing data structures in an intuitive way instead of coming up with some novel but wacky performance trick.



Yeah, it makes no sense to me. It's like saying if you stare hard enough you can see into the matrix.

For me, i'd sacrifice raw performance for using Python because i love its simple datastructures and protocols and the compbination of code and interpreter is great... and more often then not, it's not much of a sacrifice since compute time is often more affordable than creative programming time...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: