Finish Concluding Remarks on this

This commit is contained in:
Matt Arnold 2025-09-05 22:59:40 -04:00
parent 55f5d15b5a
commit 30a9e0bedd

View File

@ -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