Hacker News new | ask | show | jobs
by ScottFree 2164 days ago
"we mainly use phabricator now at my day job (which I love love love)"

What do you love about phabricator? It looks interesting, even if it is written in php. (just joking...)

1 comments

Not OP, but I prefer the paradigm of phabricator diffs over GitHub PRs. It papers over git's inability to have unnamed branches and makes stacked diffs much easier. It also makes it easier to do "no branches, everything is on master" development, which I feel is superior whenever it's possible.