Naming Things in Code

Naming Things in Code

2.372.529 Lượt nghe
Naming Things in Code
It's hard to come up with good names in code, but its also easy to get wrong. By looking at some examples, we can get 80% of the way there. Access to code examples, discord, song names and more at https://www.patreon.com/codeaesthetic 0:00 Introduction 0:31 Variables with a single letter 1:08 Never Abbreviate 2:06 Types in your names 2:36 Units in your variable names 3:37 Types in your types 4:30 Naming a class "Base" or "Abstract" 5:45 Don't name code "Utils" 7:09 Conclusion #softwaredesign #code #programming