• 1 post
  • 26 comments
Joined 3 years ago
Cake day: August 17th, 2023
  • It mostly reflects my own story. From a beginner enthusiast of multiple “cool” languages (Scala was all the rage back then), through considering myself more “mature” and thinking about business priorities, ending at understanding that using a good programing language is a business priority.

    If the team works with a language they enjoy, they will be happier (and more productive). Doesn’t even matter if the code is written by humans or machines.

  • Looking up how to do something, as an improved stackoverflow. Especially if it provides sources in the answer.

    Boilerplate unit tests. Yes, yes, I know - use parametrized test, but it’s often not practical.

    Mass refactoring. This is tricky because you need to thoroughly review it, but it saves you annoying typing.

    I’m sure there’s more, it’s far from useless. But you need to know what you want it to do and how to check if done correctly.