HackerTrans
TopNewTrendsCommentsPastAskShowJobs

isbadawi

no profile record

Submissions

Pull Request File Tree Feedback

github.com
103 points·by isbadawi·há 4 anos·73 comments

comments

isbadawi
·há 3 anos·discuss
A workaround I've used sometimes to retrigger CI is to do `git commit --amend --no-edit --reset-author`. This changes the sha by changing the author timestamp. Then you can force push it to the PR branch
isbadawi
·há 4 anos·discuss
There's an item on their roadmap to allow commenting on unchanged lines: https://github.com/github/roadmap/issues/456
isbadawi
·há 4 anos·discuss
I think the person you're replying to is saying that "fully implement every unit test up front" does not describe TDD. With TDD you continuously alternate between writing tests and writing production code. It's not like you write a whole test suite up front.