Hands on how to: add a section about pros and cons on separating or not declarations and definitions
1 unresolved thread
Compare changes
+ 72
− 2
and if everything is alright you should see (in the case of the [first hands-on](../1-ProceduralProgramming/2b-hands-on.ipynb#EXERCISE-1:-Adding-a-loop)):
For more information about the Docker way please look the dedicated [README](README.md) (the one within the _HandsOn_ folder of the root directory).
We saw briefly [here](http://localhost:8888/lab/tree/1-ProceduralProgramming/4-Functions.ipynb#Function-declaration) and [there](http://localhost:8888/lab/tree/1-ProceduralProgramming/4-Functions.ipynb#Function-definition) what is the difference between the declaration and the definition of a function (and also from other stuff such as objects that we'll see in part 3).