Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 1, 2021 07:21 am GMT

Mistakes I made as a software engineer (developer)...

Mistakes I made as a software engineer (developer)...

A Thread... pic.twitter.com/xUiF38vhlU

Ankur (@TheAnkurTyagi) May 1, 2021

Its okay to screw up thats how you learn and grow. But, be sure to learn from past mistakes.

Every software engineer has their own quirks.

I assumed that documentation is not needed.

Biggest mistake ever.

Create a Wiki/Confluence page for your project and write down everything.

For e.g.

If your project requires access to a database, write down the how-to setup on the Wiki page.

Youll be very happy when a new teammate joins and you point them to the Wiki page with everything written down.

I give up too soon.

Were all victims of giving up too soon after all, its much easier to just give up.

But you know a developer accomplished many impossible things by doing, and not by giving up.

This reminds me of a famous quote from Steve Jobs.

Im convinced that about half of what separates successful entrepreneurs from the non-successful ones is pure perseverance. Steve Jobs

Next time you get a really difficult task, sit back, think, and try to break the challenge into smaller parts.

I say yes to temporary solutions.

I tend to use such a trick just to evade a particular task's complete implementation or to meet up deadlines.

Remember: there is no such thing as a temporary code.

Adding code to your application, consider that it can stay there forever.

I assumed code review criteria are good enough.

In the routine everyday development process, it becomes a great challenge to determine how good the code.

Do you support a regular code review or are you limited to the fact that it works as expected?

Ask these questions next time you review a PR.

  • Is it easy enough to test the resulting code?
  • Can this code be scaled vertically well?
  • Is it simple to come up with a name for a certain method or a variable?
  • How many methods do you need to redefine?

I assumed complex algorithms always result in a better solution.

How to avoid this:

I have only one piece of advice to give you, which has worked for me ever since Ive understood how the real world & tech work.

Start simple.

Theres no point in complicating things upfront.

I promote the wrong people.

I assumed a developer is good at their work, they will become good leaders or managers.

Not all good developers are great leaders.

Managing a team is not easy.

It requires proper training to become a coach or mentor.

Whether you are a newcomer in the world of development or you just want to become better.

Times change, technology may become obsolete but your learning should never stop.

The only real mistake is the one from which we learn nothing.

~ John Powell

That's it for today & Thanks for reading.

I have recently written a book for developer growth & shared my 11+ years of experience.

If you are serious to grow as a developer.

Grab the book now for a weekend offer for just $15 The Prime Guide

Join 98+ developers who already bought & growing better.

Alt Text


Original Link: https://dev.to/tyaga001/mistakes-i-made-as-a-software-engineer-developer-5557

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To