Hacker News new | ask | show | jobs
by Dnguyen 5570 days ago
coding is a very small part of programming. your next level is to plan before you code. have a blue print of what you are going to do, put it down on paper. learn UML and create your diagrams. this forces you to think through what you are trying to do. then it's just a matter of translating what you're thinking into code. you'll find yourself creating code.