Precommit Hooks Are Good

preview_player
Показать описание
Why, in practice, is it a good idea to use Git Hooks? How to configure them the right way?

# Resources

# More

#coding #nodejs #testing #javascript #typescript #programming #webdevelopment #webdev #software #softwareengineer #softwaredeveloper #softwaredevelopment #circleci #githooks #git #github #gitlab #quality #devops #ci #continuousintegration #circleci
Рекомендации по теме
Комментарии
Автор

While githooks can save time, shouldn't each dev decide on their own if they want to use them or not? CI should always be there to enforce the code quality on the server. I think what theo is trying to say is that one should not rely on git hooks to enforce code quality on the server.

It's a great tool for those that want to use it but one shouldn't be obligated to use it or be forced by the project they are contributing to.

ebrithil
Автор

I really agree on this. Githooks saved me so much time

justafrenchi