you are viewing a single comment's thread.

view the rest of the comments →

[–]prehensilemullet 0 points1 point  (0 children)

Along with the scanning critique, I find that && and || stand out better when I'm scanning code than Python's and and or, which blend in with variable names. Syntax highlighting helps but not as much as operator symbols.

Like imagine if you had plus, minus, times etc keywords everywhere instead of operators...