Programming Lessons

7 articles 路 all categories

2 articles from August 2022 show all

Your code doesn't matter

"Your code doesn't matter" is something experienced programmers say, between the lines, when they sound like complete lunatics. But what do they mean? Why does everyone say it?

Move your business logic into data

The quickest way to simplify a complex function with lots of logic is to turn it into data. A lesson from production