Hacker News new | ask | show | jobs
by aschelch 1190 days ago
Hi, not easy indeed !

No miracle, you will do thing that, looking at it in one year, you will find aweful.. that you would have been done differenlty..

You can try to use tools like codesniffer and such (code quality tool) to give you some metric and show you improvment.

You can maybe try something like https://github.com/marketplace/actions/openai-based-pr-revie.... (Be sure it's ok with your company to use it - it uses OpenAI GPT model)

It's far from ideal, but it can maybe give you some insight ;)

Good luck