by the1024 on 8/26/24, 4:58 PM with 12 comments
It also supports strict interfaces for modules by overloading `__all__`.
The core static analysis is done in Rust, so all Tach commands run quickly.
The goal of Tach is to help eng teams maintain velocity while scaling quickly, something we've seen break down a number of times. Give it a try!
by claytonjy on 8/26/24, 9:57 PM
It seems you can define an extra level of who's allowed to import what...but why would I want to add that on top rather than using standard conventions? Why would I want to let foo import baz, but not let bar import baz?
by anitil on 8/26/24, 11:27 PM
[0] https://www.gauge.sh/blog/python-extensions-should-be-lazy
by cdaringe on 8/27/24, 3:14 PM
by skeledrew on 8/27/24, 5:12 PM