HackerTrans
TopNewTrendsCommentsPastAskShowJobs

isbadawi

no profile record

Submissions

Pull Request File Tree Feedback

github.com
103 points·by isbadawi·4 lata temu·73 comments

comments

isbadawi
·3 lata temu·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
·4 lata temu·discuss
There's an item on their roadmap to allow commenting on unchanged lines: https://github.com/github/roadmap/issues/456
isbadawi
·4 lata temu·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.