Hacker News new | ask | show | jobs
by Woost 5326 days ago
This. ;)

When I'm mentoring fresh-from-school developers at work I constantly have to try to get them to think for themselves. They seem to want me to lay out the entire problem+solution and tell them (almost) exactly how I would solve it, so all that's left is for them to implement.

I try to encourage them to develop an understanding of the problem, and poke my head in for pointers/quick tips "you're doing a billing system, better have transactions for everything", rather than "You'll need these 3 tables with these 5 fields, and you'll need to surround these methods in a database level transaction"