diff --git a/examples/1-basic-concepts/understanding-data-part-1/python.bpmn b/examples/1-basic-concepts/understanding-data-part-1/python.bpmn index 14e1f53f..58cd18f0 100644 --- a/examples/1-basic-concepts/understanding-data-part-1/python.bpmn +++ b/examples/1-basic-concepts/understanding-data-part-1/python.bpmn @@ -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 + Flow_0ggy7w4