Make the difference as a developer.

Make the difference as a developer.

ยท

3 min read

๐Ÿง  There is a very important rule that you must keep in mind if you are a programmer.

You write code for other people to read.

That may sound easy. But let me say that I've been involved in many companies that don't mind about this.

Why?

๐Ÿ“Œ Most companies don't mind cleaning code. This seems like a waste of time for them. So they don't motivate their workers to do the same.

๐Ÿ“ŒIf it's working don't touch it. It's the most destructive rule but many companies adopt it because time is money baby.

๐Ÿ“ŒIf you can see it, you won't believe it. Many programmers have never seen clean code. That's why they don't understand the value of doing this.

So what I think are the most important values of this? If your code is clear...

๐Ÿ’ฌ ... you'll spend less time cleaning and updating the code. ๐Ÿ’ฌ ... new programmers on the team will adapt fastly. ๐Ÿ’ฌ ... you will develop an empathic way to work because you put yourself in other's shoes. ๐Ÿ’ฌ ... it looks more professional due that it has more value.

๐Ÿค“ So.. how to learn this.

๐Ÿ“Ž Clean code - Robert C Martin. This is your header book for this way of programming.

๐Ÿ“Ž KISAP. Keep it as simple as possible. Try to think of small solutions. Many times we know how to do many things, but sometimes we have to stop thinking like we used to and try to do it simpler.

๐Ÿ“Ž Iterate. Make it works. After try to do it better . After make it cleaner.

=====================================================

๐Ÿ˜‰ Thank you so much for reading!!!

๐Ÿ’ฌ Any advice is welcomed !

๐Ÿ™Œ Have a nice week !