anna-sara-maria / fundamentals-CI-integration

Lab 2 in software fundamentals
0 stars 1 forks source link

Add suggestions for code stubs #6

Closed gustawsi closed 1 year ago

gustawsi commented 1 year ago

Add more code stubs

Place most new functions into separate file server_funcs.py

Move some comments from server.py to server_funcs.py

Resolves #5

gustawsi commented 1 year ago

Note: This is just a suggestion in order clarify how to progress further. I mostly translated my bash-script thinking into python so if anything looks weird or if there are suggestions for improvement go ahead and add them in :)

Adrelix commented 1 year ago

Looks good to me, nice way to show how we should further move forward