Finish Concluding Remarks on this
This commit is contained in:
parent
55f5d15b5a
commit
30a9e0bedd
9
http.py
9
http.py
@ -253,6 +253,15 @@ else:
|
||||
signal.signal(signal.SIGTERM, hup_handle)
|
||||
daemon_main()
|
||||
|
||||
|
||||
# To recap we just did a bunch of work, for no user visible change
|
||||
# This is not a bad thing, often the first drafts of programs.
|
||||
# Will fit the requirements of the moment. But when the requirements
|
||||
# change the program must be adapted to fit.abs
|
||||
# This process of iteration and redesign,
|
||||
# is called "paying down technical debt", and it should be done whenever
|
||||
# possible.
|
||||
#
|
||||
#
|
||||
# References
|
||||
# MDN Web Docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user