06-18-2020, 12:15 PM
Stage 6, day 10:
I am returning working on the server code. I'm having some difficulty to get back into it. I haven't looked at that code for roughly a month. A month ago, I knew everything from that code. I forgot a lot of the small details in the last month. It makes it harder for me to find my way into it. My ease to walk into it will come back but it makes working it a bit uncomfortable.
Currently, I am on a lead to uncover a subtle bug that I have spotted while I was reviewing the last debug logs. I'm uncovering also a recurring theme behind a lot of the bugs that did slip my attention are related to orthogonality.
A big word that means that a lot of concepts should be matched with its opposite concept. ie:
init/terminate
open/close
do some treatement for BUY order/apply it too for SELL orders
I am returning working on the server code. I'm having some difficulty to get back into it. I haven't looked at that code for roughly a month. A month ago, I knew everything from that code. I forgot a lot of the small details in the last month. It makes it harder for me to find my way into it. My ease to walk into it will come back but it makes working it a bit uncomfortable.
Currently, I am on a lead to uncover a subtle bug that I have spotted while I was reviewing the last debug logs. I'm uncovering also a recurring theme behind a lot of the bugs that did slip my attention are related to orthogonality.
A big word that means that a lot of concepts should be matched with its opposite concept. ie:
init/terminate
open/close
do some treatement for BUY order/apply it too for SELL orders