DEV Community

Cover image for Things that can make you feel bad as a developer
pO0q πŸ¦„
pO0q πŸ¦„

Posted on

Things that can make you feel bad as a developer

I may add to the title "but you should embrace it."

Code legacy isn't bad. It's inevitable.

Indeed, even your brand new feature will be code legacy in a few months :)

Note that it does not mean you cannot update old code with new patterns, as long as it makes sense for the business.

You will break things

I know what you're probably thinking. It's unlikely if you test your code correctly.

Untested code is considered as pure evil by an extensive range of developers.

Of course, you should test your code, but even with the best tools and several layers of automated tests and validations, unexpected bugs may still happen.

At the end of the day, you write your own tests.

IMHO, code quality means those bugs remain rare, and you're able to fix them quickly when it happens (e.g., rollback + hotfix).

In a nutshell, test your code, but don't get a false impression of safety.

The comfort zone is the dead zone

What can go wrong?

You may fail at some point. OMG, and so what?

Remember, nobody cares. More seriously, most people won't blame you, except if you repeat the same mistakes again and again.

So fail, learn, succeed, repeat...

You will love Stack Overflow

There are memes for that, and it's sometimes called SODD, which means "Stack Overflow Driven Development."

Of course, it's bad, especially if you copy/paste solutions without understanding what it does.

However, most beginners do that (and they're not the only ones).

The good news is that it often works, as there are common issues and vendors in this industry.

The bad news is that "non-contextualized" solutions can introduce unexpected bugs in your application.

You have an ego

There are various threats to your mental health, starting with your own ego.

This one is very hard to catch, because you're probably humble, with a good mindset, but you still have an ego.

"Egoless" does not mean "no ego," like "serverless" does not mean there's no server behind the scene. You just don't see it.

Just admit it, and don't let it speak too loud or beat you up.

You can learn everything for free, but buy some books

I'm definitely not saying nobody can learn this job without buying technical books.

Although, it's a great investment in my experience, as the quality is usually high.

Survivor bias and magic formula

People are very different. There's no magic formula.

Most technical writers share their tips in the hope it will be useful for others. Nothing more.

Besides, this industry is constantly changing.

Human after all

It's sometimes skipped, but common values form the bedrock of a company.

Technical roles are impacted just as other roles.

Top comments (8)

Collapse
 
fyodorio profile image
Fyodor

TIL AMHA (American Miniature Horse Association) πŸ˜„

All true, it’s hard to debate the life wisdom 🀝

Collapse
 
po0q profile image
pO0q πŸ¦„

I see your point, but I've seen many techs, including myself, skipping these basics, especially at the beginning of their career.

Thanks for noticing that AMHA, which is French for "IMHO" πŸ˜„πŸ˜„πŸ˜„. My bad!!

Collapse
 
fyodorio profile image
Fyodor

Yeah, I know, found it, It's actually cool, as I work in a French team (English-speaking though) and never saw that, and now I know, and will definitely use πŸ‘

Thread Thread
 
po0q profile image
pO0q πŸ¦„

cool ^^

Collapse
 
yet_anotherdev profile image
Lucas Barret

Thanks for this reminder, these are really useful advice :)

Collapse
 
po0q profile image
pO0q πŸ¦„

Cool @yet_anotherdev! Hope it can help.

Collapse
 
overflow profile image
overFlow

I’ve found some of these books to be verbose and novel like

Collapse
 
kaamkiya profile image
Kaamkiya

If not buy books, go to the library! You probably need to read more anyway :)