by Jordi Cabot | Jul 10, 2018 | Code, Process, Tool
I’m looking for a tool able to automatically track the time I spend coding. A plus if it detects also the programming language I’m coding in (even if it’s a simple approach based on looking at the file extension instead of something more accurate...
by Martin Monperrus | May 24, 2018 | Code, Process, Tool
Imagine a software development world where humans and bots will interact together on the same code base. Bots would review code written by humans, and humans would review code synthesized by bots. Bots would help humans do mundane tasks such as formatting, and humans...
by Jordi Cabot | Nov 6, 2017 | Process
Have you ever tried to explain to a non-techie how software development works in GitHub (with the concepts of fork, branch, pull request, merge,…)?. Not easy. To be honest, it is not that trivial to understand for a programmer either. But this is what we needed...