A coworker mentioned that programming breaks down to:
- input
- output
- math
- conditional logic
- repetition
- execution
In Googling I found this which has the following comparable list:
- Input
- Output
- Math and data manipulation
- Conditional execution
- Repetition
Yes, this is Python stuff and this is where my coworker found and embraced this breakdown. Conditional logic (the diamond/rhombus in UML) is not in the second list. Hmmm. Conditional execution is conditional logic and execution rolled together??? dunno Another random thought: Python has a concept of pythonic which denotes a good way to write code.
No comments:
Post a Comment