Skip to main content

Command Palette

Search for a command to run...

Tip to write better code

Published
2 min read

Make it Simple

This tip is very used full for learning how to write cleaner and More Efficient Code Make it simple. Write clean code avoid using global variables using a simple algorithm used a small piece of code add functions used debugger and don't frustrated while learning of code keep shelf discipline.

Avoid copying and pasting the same Code

Avoid copying and pasting the same code because it wil be make your code difficult to read and generate more errors and bugs. Add Functions and Class for Write a Code.

Don't use Global Variables

Global variables are reduced flexibility. We make code less flexible, and less modular when we used Global Variable.

For example, if two modules share a global variable, we can't modify one without considering how that affects the other.

These are Good Tips for Writing Cleaner and More Efficient Code Used Debugger for Debugging a code

Used Debugger for Debugging a code because a debugger makes your code less complicated or reduced bugs and errors to make your code readable and simple there is much software for debugging your code.

Write Readable Code

You all knowns are how readable code is good for our programs. It helps to make code more attractive and easy to debug if you work in a big tech company it's essential for Write Readable Code.

Write Consistent Formatting Code

Using consistent formatting is make it more readable and understandable. You can achieve this by using the same formatting style throughout your code, including indentation, spacing, and line breaks. You can easily set predefined rules and standards for formatting, and various tools will automatically format your code accordingly.

Write Comments on your Code

Write Comments on your Code. Your code will become more real and understandable and give attractiveness to your code and if you have habit of Write Comments on your Code you will become a good programmer.

Write Comments on your Code it will be easy to debug.