Posts in "Coding"

Slowly wrapping my head around CodeRabbit and working with pull requests for my own code.

I do all my Git commits locally and then push to GitHub to create releases. Now I want to test out CodeRabbit, which relies on pull requests to examine code. Does it make sense for me as a solo developer—working on local code—to use CodeRabbit and Pull Requests? Thoughts?

Refactoring once again. That is really one thing I have yet to figure out. How to guide the LLM during creation to not just dump everything into the main file.

Remember that say that the last 20% take 80% of the time. It feels like I’m stuck in those last 20% with my refactoring efforts. I want it to be over, but it’ll probably be two or three more days. 😮‍💨

Four the last four days I have been in the middle of a major refactor of Links. I am starting to see light at the end of the tunnel. When I am finished, the code will be lean, mean and hardened (and much more maintainable).