Uncategorized

Helpful Tips that will motivate you in your Programming Journey

This article brings to you amazing Helpful Tips that will motivate you in your #Programming Journey as a beginner:

1. Validate first, levitate later

  • Before your write 10 classes and 50 methods over 5k lines, validate whether your theory is right by writing a quick 50-line prototype

3. Keep it clean & beautiful

  • Do not put unnecessary comments
  • Never push commented out code
  • Follow proper spacing convention

4. Maximize sharing

  • You shouldn’t have to write the exact same code in the same project twice
  • Make appropriate functions or methods to reuse the same code.

5. Use breaks

  • 10 minutes in shower can at times help you figure out bugs that 5 hours staring at the screen cannot
  • If you cannot figure out a problem after thinking on it for a long time, forget it for a bit and do something else

CONCLUSION:

That’s all for this thread. If you find this useful, drop a comment below to motivate us write more on similar content.

If you are new to the website, check us frequently for more useful tips.

OPEN IN FULL
Back to top button
×