DEV Community

Discussion on: What good habits are you trying to adopt?

 
gameoverwill profile image
Wilfredo Pérez

So far, for me I have been consistent with this because on the side I find small projects that require minor fixes and make contributions to. Also I have a full side project that have features yet to be implemented that I can also push code to. Then there's the alternative of following along with expanded code tutorials

That's a good idea, I'll use it maybe starting from a small project and I'll add new features.

I'd like to know what good habits you are developing too.

As a developer I don't have a lot good habits, but I can mention, Use an Ide to write code besides use an linter to write code more cleaner, Memorize shortcuts (You can save time, instead of using the mouse), apply "Single Responsibility Principle", And the last one but not least every piece of code that I use from internet I try to see if this is the best aproach or if I can optimize it.

That's not too much I think and sometimes I feel I'm not a great developer, but I'm improving every day. :D