You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ getCustomerRecord();
37
37
getUser();
38
38
```
39
39
40
+
**[⬆ back to top](#table-of-contents)**
41
+
40
42
### Use searchable names
41
43
We will read more code than we will ever write. It's important that the code we do write is readable and searchable. By *not* naming variables that end up being meaningful for understanding our program, we hurt our readers. Make your names searchable.
0 commit comments