Programming

13
Apr
Multiple dispatch in python

Multiple dispatch in python

“It would be cool to have the same function name, but to have different code executed depending on what is
2 min read
30
Mar
Pull Request in progress: checklist for reviewer

Pull Request in progress: checklist for reviewer

Your teammate asks you to review his Pull Request. But what should you check to not miss anything? Here is
1 min read
30
Mar
Before a Pull Request: checklist for submitter

Before a Pull Request: checklist for submitter

Your code is ready; you are about to push the button “Create Pull Request”! But it’s time to think
1 min read
19
Feb
How to review a Pull Request: rules and checklist

How to review a Pull Request: rules and checklist

It’s not rare to use Pull Requests in test teams nowadays. But to make the process of reviewing Pull
3 min read
06
Mar
A good pull request: how to become a better submitter?

A good pull request: how to become a better submitter?

In the article “A good pull request: what is it and how to do it?” [https://lineending.org/what-makes-a-good-pull-request/] I
3 min read
05
Mar
A good pull request: what is it and how to do it?

A good pull request: what is it and how to do it?

What does Junior need to properly review Senior? Let’s take a look closer to this question and understand what
3 min read