Blog
My code refactoring algorithm
You're looking at a block of Python code. It's not immediately obvious what it does. It's sort of a mess and you realize it needs to be refactored. But how? What mental algorithm …
Topic
3 matching pages
Blog
You're looking at a block of Python code. It's not immediately obvious what it does. It's sort of a mess and you realize it needs to be refactored. But how? What mental algorithm …
Blog
Every now and then Liraz and I find ourselves chatting about how much we love Python, but more so the lessons we have learned from coding, and how to apply them to create …
Blog
I'm finding a big part of the context switch involved in getting back to a high level of productivity on my programming is relearning old lessons. In particular one of the most …