[PYTHON] I want you to be aware of what you will develop together from next year. (From "Readable Code")

Famous "Readable Code-Simple and Practical Techniques for Writing Better Code" (http://www.amazon.co.jp/ Readable Code --- Simple and Practical Techniques for Writing Better Code -Theory-practice-Boswell / dp / 4873115655), and summarize what I wanted the juniors who develop with me to know.

(This book uses Python, JS, Java, and C ++ as sample code.)

principle

"The code should be easy to understand"

Cool / short ≠ easy to understand / read

Superficial organization

Logic simplification

Description

Of course, it's a programming book, but there are some parts (I think) that are quite connected to the tips of the presentation. In the end, I think it's about thinking about what you can do to shorten the understanding time of the other person.

Recommended Posts

I want you to be aware of what you will develop together from next year. (From "Readable Code")
I want to make C ++ code from Python code!
I want to get rid of import warnings from Pyright and pylint in VS Code
I want to start a lot of processes from python
I want to be able to run Python in VS Code
I want to output the beginning of the next month with Python
I want to make a parameter list from CloudFormation code (yaml)
Vim Command Memorandum ~ Beginners will be able to do what they want! ~
[Python3] Code that can be used when you want to change the extension of an image at once
I want to scrape them all together.
I want to use jar from python
Let's summarize what you want to do.
I want to develop Android apps on Android
I want to visualize the transfer status of the 2020 J League, what should I do?
What you want to memorize with the basic "string manipulation" grammar of python
I want to get / execute variables / functions / classes of external files from Python
What to do when you want to receive files from a Windows client remotely