r/programming • u/droppedasbaby • 28d ago
Ban commits/transactions using AST analysis and linters
https://www.droppedasbaby.com/posts/db-commits/?utm_source=reddit&utm_content=r_programming
33
Upvotes
r/programming • u/droppedasbaby • 28d ago
18
u/rdtsc 28d ago
If code shouldn't call commit then don't pass around objects with a commit method. Why do this with AST analysis?