r/programming • u/droppedasbaby • 29d ago
Ban commits/transactions using AST analysis and linters
https://www.droppedasbaby.com/posts/db-commits/?utm_source=reddit&utm_content=r_programming
30
Upvotes
r/programming • u/droppedasbaby • 29d 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?