
#345 Some Big Time Releases
Python Bytes
00:00
How to Write Readable Code
Think about that people are going to read your code and try to understand it So writing writing readable code is important. Make sure your function and variable names are descriptive and change them when the body of the function changes. A lot of times what you'll end up with is a function that's like super long and poorly structured If you're trying to understand it if it's if just reading the function name doesn't work It's usually because it's a big glob of a mess right, not always but often.
Transcript
Play full episode