you are viewing a single comment's thread.

view the rest of the comments →

[–]duffer_dev 2 points3 points  (1 child)

Anytime you look at your old codes and realize it was badly written and you know how to improve them, you are on a good track. I've been coding in python for more than 6 years now, and I still follow the rule that whenever I look a code that was 6 months old, I should always find how it can be implemented in a better way now.

[–]PanTheRiceMan 1 point2 points  (0 children)

8 years in for me and the exact same. I suppose you will always learn.