Fei Xie
1 min readOct 9, 2019

--

Good tips. Also using functions not only increase readability, but a way to organize your thoughts. The only thing I will like to add is that writing readable code does not eliminate the need for writing good comments, which should be used to convey information that your code does not tell, such as the rationales of particular coding choices, the context surrounding, and etc.

--

--

Responses (1)