• 7 Posts
  • 11 Comments
Joined 4 months ago
cake
Cake day: July 14th, 2025

help-circle



  • I gave a try to jj. It’s fine for personal projects or small team and make the workflow a bit easier. No more “git add; git commit; git push” each time you do a modification. You just “jj git push” and everything will be automatically pushed.

    However, the biggest criticism I have is that he doesn’t encourage to push every time. It really encourages you to keep your modif locally and push only to create a PR, and that’s not a good approach.

    Even if you code is WIP, even if everything crash, you really should push your code to backup it. Who cares ? As long as it is not on master branch, it’s your own mess.






  • Wow, thanks for feedback. I’ve rephrased some of the sentences.

    You remarks make me think a talk I had we a colleague. I thought for a very long time that univers were actually like what we describ through equation. There were really some “energy gauge”, “mass”, “speed”, etc… until this colleague told me “That’s just a model, it’s not the reallity. it gives good results in its field of application, but it will always be just an approximation.”