Hacker News new | ask | show | jobs
by saasinator 3363 days ago
I'm not so sure that's a bad thing? If you understand and work well enough, what's wrong with understanding through your own idioms, etc?

Of course we read a lot of people's code, but I'm not so sure it's something that needs to be actively practiced rather than done naturally over a career (which makes recommending people to read code pointless if it happens naturally).

2 comments

Sure, if you happen to be exposed to a wide variety of code as a result of your work, then probably you'll be fine.

But if all you do at work is line of business apps in VB6 for years on end, then I would recommend reading the source code for some games, database servers, your OS kernel, your favorite text editor, or something unrelated to your job. The point is to expand the scope of the projects that you're capable of undertaking.

Because no man is an island. Your code will never be perfect. There will always be things you miss or do suboptimally -- even for concepts you think you understand.