All activity
Alex Jones
left a comment
Hiya! I threw this thing together because I used to never split PRs because I'm too lazy to learn git cherry-pick. The feature set is pretty basic at the moment but I'm happy to add some more stuff to make this more useful. Hope you like it!
PR Split & Stack for Github
A clean ui for splitting apart large pull requests.
Splitting and stacking pull requests is great practice for clean code review, the git commands are too complicated to be worth it.
Use this tool and and be done in a few clicks without having to leave the browser.
PR Split & Stack for Github
A clean ui for splitting apart large pull requests.
Alex Jones
left a comment
I've been a really big fan of structured code modification since I ran into jscodeshift a couple years ago, but it's usually not worth the added complexity and confusion.
My hope is that tools like Subsecond will be able to combat the amount of spaghetti code that is on the horizon with the emergence of copilot and other ai code tools.
Subsecond Playground
jQuery but for code instead of HTML
jQuery is the best and most widely used way to modify a node tree. Code itself is a node tree (AST), so it just makes sense to use jQuery for codemod. Try it out with this online editor.
Subsecond Playground
jQuery but for code instead of HTML