DEV Community

Discussion on: What is your advice to people just getting started in code?

Collapse
 
mathur_anurag profile image
Anurag Mathur 
  1. Keep practicing both easy and difficult problems - Read theory about a problem, but develop the solution by yourself. Even if not the ideal solution, it will give you necessary confidence to attack the next problem.

  2. Do not be lead into believing that any coding technique or programming methodology is better than the other. Each has its own usage in today's word depending on the scope, application, implementation and requirement.