You must avoid this silly things in programming

You must avoid this silly things in programming

ยท

2 min read

So In this blog we are going to explore things which can make your learning slow

Lot of beginners today are choosing short cut to learn programming and then get frustrated because they don't how to use it and don't know meaning of such things. Eg.(i came across one student who is learning web development so i talked to him and asked what did you learned of web dev so he started with html->css-> then direct jump on solidity because the hype of react and now he don't know how to use promises,api's and js things.

Always follow the learning path or you just wasting your time or we can call it as video hell just copy pesting the things

So rules while your learning programming

  • Always make notes and write what you don't get
  • Be ready to learn according to path
  • Be consistent
  • Explore new things and use it in your learning
  • find peers
  • Make someone mentor -Help others while doing things

Never do things

  • Never make things complicated while coding because your must be simple to read to others otherwise it get hard work for peoples who are collaborate with you.

  • In big Organization have 1000's of lines of code so you must write neat clean code use comments in code

  • Make project on each language you will get great understanding from it

  • Review your code from seniors so will more things that can make your code simple and tough.

Most important thing learn git you will not regret because you have to use in profession it make simple for you to do things without hard work

Be ready to learn from scratch

I did some mistakes like learning 2,3 languages at same time and it takes to much time.

ย