This chapter was all about naming things. It is argued that naming things is important because we name basically every piece of… physical thing we produce as programmers: variables with names inside functions with names inside classes with names inside files with names inside folders/modules with names. Once you realize that then it gets harder to argue against the importance of names. These were my notes:
whatwasagoodname_str
or such as whatwasagoodname_float
)When naming, if
name exists in solution domain then
use that name else
it is ok to use name from problem domain