This week I learned about 3 tools that are going to change my programming life.
If you're not using these, you're missing out:
• Pre-commit
• Sourcery
• Mamba
Pre-commit is a package manager for code formatting hooks (among other things).
This means you can automatically style your code before every commit, to ensure all commits follow coding standards.
Check it out here: pre-commit.com/
Sourcery is a tool that feels like sorcery, to be honest.
This tool reviews your code everywhere you work and automatically suggests improvements 🤯
Check it out here: sourcery.ai/
If you use conda environments, check out Mamba.
It's a faster, more lightweight replacement written in C++.
Here's the link: mamba.readthedocs.io/en/latest/
PS: I use Typefully to write my tweets and stay consistent. Check it out: typefully.com/?via=eneko