One of the things that I've given more thought to over the past year or two is trying to articulate what I've learned in years of programming Python. Part of it occurs when I document code and realize how better to structure it. Part of it is trying to improve large structures and make them easier to validate and maintain.
Independently I had to write a small program that would consult a data file and I tried using the json format. It was very serviceable, and it started me thinking about doing the same as part of my code review process.
I am in the process of (it will take many weeks) of creating code to progressively document code, producing a LaTeX document that will serve in ensuring consistent documentation (with docstrings) of my code and force me to think about structural issues. It is quite engrossing.
No comments:
Post a Comment