11-23-2020, 02:47 AM
cycle 16, day 1:
I did apply a new coding standard to my existing code base. I got the idea from a book that I am currently reading.
It did took much more time than expected. Roughly 2 days. 1624 changes all over the place.
Was it worth it?
idk.
At least, the code is up to date with the latest good practices for the language. As a minor side benefit, the library size did shrink by about 500KB out of 21MB...
The best takeway is that it did force me to review the whole code base and this exercise did allow me to identify a serious flaw in one of the module. I did fix the flaw with some refactoring...
Margin trading testing is complete... I have super minor feature to complete to finally declare the first margin trading coding iteration over...
I did apply a new coding standard to my existing code base. I got the idea from a book that I am currently reading.
It did took much more time than expected. Roughly 2 days. 1624 changes all over the place.
Was it worth it?
idk.
At least, the code is up to date with the latest good practices for the language. As a minor side benefit, the library size did shrink by about 500KB out of 21MB...
The best takeway is that it did force me to review the whole code base and this exercise did allow me to identify a serious flaw in one of the module. I did fix the flaw with some refactoring...
Margin trading testing is complete... I have super minor feature to complete to finally declare the first margin trading coding iteration over...