Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 9 Current »

Many variables will be composed of multiple words. Word ordering can have an impact on communicating understanding to others, so it’s important to consider when crafting variable names. Should a name be read_file or file_read? (those examples can be more ambiguous depending on the context, so see other advice for how to make them more specific). Regardless, consider the following when choosing orders of words in variable names:

Find the experts Ad.png

  • No labels