|
|
|
|
|
by PeterisP
2846 days ago
|
|
In such a use case, the whole point is showing your work in a 'literate programming' manner i.e. having the appropriate code that's being run be right there between the descriptive text, instead of just running do_something() that you imported from somewhere. |
|