Hacker News new | ask | show | jobs
by hoodoof 3566 days ago
Understanding how to pass functions.

For me this was more important than grasping object oriented programming.

The second deep insight was that programming is less about language syntax and mostly an exercise in manipulating data into and out of common data structures such as arrays and hashes.

1 comments

I what thinking about that the other day. Programmers are in the business of transforming data.

It's just finding the easiest method to do so.