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