User: dan@sartography.com clicked save for examples/1-basic-concepts/understanding-data-part-1/python.bpmn

This commit is contained in:
sartography-automated-committer 2024-02-14 13:54:36 +00:00
parent 5cb0d8b777
commit ce5151a7d5
1 changed files with 7 additions and 1 deletions

View File

@ -66,7 +66,13 @@ being consistent in the naming of your variables makes them far easier to rememb
* myname (NO)
### Use Thoughtful names.
*
Avoid names that don't have meaning, or are cryptic. Try to names that are descriptive and concise.
* first_name = "Alex" (GOOD)
* x = "Abraham Lincoln" (NO)
* fn = "Abraham" (NO)
EEE
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0ggy7w4</bpmn:incoming>