Articles in this series
Another new fancy AI tool. We keep getting closer to the singularity. But not on programming.
Developing a complete Wordle Game is very easy with TDD
Is the year 2022. We keep programming in the 1950s.
TL;DR: If you are a good software designer Copilot will not help you very much. What is GitHub Copilot? GitHub Copilot is an AI pair programmer. It was trained with a huge coding database of common small routines. It also can recognize bad comments ...
Let's name things the right way
Every tutorial I've read for the last 30 years starts with the infamous -Hello World- example. This could be one of the reasons we write crappy software. "Hello World" is the first program we make in every language. We can measure the complexity of ...