Tech weenie 2
I suppose that if you wrote the code, and you spend a chunk of your life maintaining that code, that it may not be necessary to comment it.
But when you have a function called "(void)request_data(void)", it might be nice to understand where you are requesting that data from, where it is going, and just how you plan on getting that data.
But when you have a function called "(void)request_data(void)", it might be nice to understand where you are requesting that data from, where it is going, and just how you plan on getting that data.