Keeping your projects nice and clean
- Track:
- Python Libraries & Tooling
- Type:
- Talk
- Level:
- beginner
- Room:
- South Hall 2B
- Start:
- 15:30 on 10 July 2024
- Duration:
- 30 minutes
Abstract
Keeping your projects nice and clean helps other to understand your code better and it’s crucial when you’re working in teams of more than a few people. How do you achieve that?
I’ll talk about selected quality control tools, autoformatters, CI, but also about conventions, review process and other details of how we tackle this problem in my workplace. I’ll discuss how to introduce changes gradually and keep your repository style and quality checks in sync, even when you have dozens of them. And also about what happens when you overdo it and the tools that should make your life easier actually turn into the torturing machine.