O’REILLY Learning「The Programmer’s Brain」8 How to get better at naming things

https://learning.oreilly.com/library/view/the-programmers-brain/9781617298677/

興味のある方は日本語訳が2/16に発売されます。

8 How to get better at naming things

This chapter covers
・Comparing different perspectives on good naming practices
・Understanding the relationship between names and cognitive processes
・Exploring the effect of different naming styles
・Investigating the effect of bad names on bugs and errors
・Learning how to structure a variable name to maximize understanding

良い名前は、LTMを活性化し、コードの領域について既に知っている関連情報を見つけるのに役立つ。

名前というのは、最もわかりやすいドキュメントの形。

一貫性。

名前は大切!!を再確認。

memoO'REILLY Learning

Posted by shi-n