HackerTrans
TopNewTrendsCommentsPastAskShowJobs

isbadawi

no profile record

Submissions

Pull Request File Tree Feedback

github.com
103 points·by isbadawi·4 jaar geleden·73 comments

comments

isbadawi
·3 jaar geleden·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 jaar geleden·discuss
There's an item on their roadmap to allow commenting on unchanged lines: https://github.com/github/roadmap/issues/456
isbadawi
·4 jaar geleden·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.
isbadawi
·5 jaar geleden·discuss
There must be a typo somewhere in your comment, I don't understand how 350/week for 5 months is better than 500/month.
isbadawi
·5 jaar geleden·discuss
This seems to be covered by the new ability to extend issues with custom fields.