Interestingly I used to overoptimising my Python code to be Pythonic as in this article but found that what some considered Pythonic was actually a lot harder to understand for other team members.
Want an example, change out the words 'word' and 'palindrome' for something else and tell me if which one is easier to infer the functionality of.
1 comment
[ 3.4 ms ] story [ 13.8 ms ] threadWant an example, change out the words 'word' and 'palindrome' for something else and tell me if which one is easier to infer the functionality of.
You may be surprised.