DEV Community

Discussion on: Variables names don't need their type

Collapse
 
waylonwalker profile image
Waylon Walker

I had no idea what Hungarian notation was. That is an amazing quote.

Just today I had vscode (pyright in particular) catch me with an edge case. I had a function that would return an iterable if there were values, but False if there were none. It caught me that I wasn't catching the False case.