Top Powerful habits of Successful developer

Write DRY Code:

If you are doing coding so You Don't Repeat YourSelf is a Software Development principle the main which is to reduce repetition of codes. The biggest of using DRY is maintainability. By having no-repeated code. you only have to maintain the code in a single place .

Understand the Business Side:

There are lost of People who can write the code, but there are far fewer with the big-picture vision necessary to understand     why the company is building the web application in the first place.

Listen more, than you speak:

if you're in the office with the developers, listen first, the speak. Great developers have the ability and willingness to admit when they don't know . This requires humbleness, especially if you think you're the smartest person in the room.

Be Disciplined:

Talent is not everything. Indeed, talent or skill is only part of the formula for success. Discipline is the other part. A high Skilled Software engineer without discipline is like a veteran without a map really good at steering the boat , but can't find shore.

A Problem Solver:

Always Be persistent. some problems are very hard. With enough time and research there is always a solution, and finding the solution to hard problem is the best feeling.

Always learn New things:

If you Want be a Successfully Person then, You need to Highly successful software engineers are constantly learning about new trends , new technology, new Methods do works, in the industry and applying them directly to their work. Arguably the most important skills for a successful software engineer is knowing how to acquire new skills.

Ask Questions:

A Good Developer , you are supposed to analyze and questions everything, especially if it is somethings you don't fully understand. Every time in these situations you should go ahead and ask questions. that is how you learn good away.

No comments:

Post a Comment

Git command with explanation

𝟭.𝗴𝗶𝘁 𝗱𝗶𝗳𝗳: Show file differences not yet staged. 𝟮. 𝗴𝗶𝘁 𝗰𝗼𝗺𝗺𝗶𝘁 -m "commit message": Commit all tracked changes ...

Best for you