Hacker News new | ask | show | jobs
by jellyfishbeaver 13 days ago
How do you all handle code review for projects that use specific frameworks or libraries? I write a lot of PySpark and the "flavour" of code is sort of different than traditional Python. AI code reviewers tend to nitpick conventions and common patterns in these libraries, so I find it not very helpful.
1 comments

Also write a lot of pyspark and the best I can say is to let the repo become its own style guide, can enforce on review with “make sure code is consistent with patterns and style in this module” seems to work well enough.