4 Comments
User's avatar
Saurabh Dashora's avatar

Some great tips Akos.

Husky sounds interesting. Will definitely check it out.

Also, thanks for the mention!

Expand full comment
Akos Komuves's avatar

All great tools, tbh! There are more, but I tried to keep the list reasonable and at the side that people can quickly bring into their own codebase.

Thanks Saurabh!

Expand full comment
Petar Ivanov's avatar

I haven't used Husky a lot, to be honest. I'm using auto-saving to format and lint the files. Then, I'd have a check in the CI for the formatting and linting. But at my current job, we use Husky so I started to see its benefits.

Thank you for the shoutout, Akos!

Expand full comment
Akos Komuves's avatar

It's good if you have different IDEs. While I can share a VSCode config or Vim, if someone uses IntelliJ, they might not have the format on save set up.

This is just the foolproof way to get the formatting right and not spend any CI time on it.

Loved your article Petar!

Expand full comment