Last week I worked on making the documentation more HTML friendly. I
added basic documentation to the remaining subsystems not yet
implemented. We also released a public version on CPAN. I fixed various bugs that we received from the CPANT tester. There
are still little issues to look at for this release like the META.yml
file which doesn't output exactly the right things but this is not
anything major. I worked on the example using Tk::TableDataset to add a
menu and various additions to it. I've learn a lot about Tk and GUI
while working on this example. I also discovered the Perl::Tidy module
to make the perl code easier to read. Finally, I finished the Sum
subsystem, it is now fully functional.
In the next week I will complete the overall documentation by adding more concrete examples to all the functional subsystems. These examples will probably mainly come from the tests we've already wrote for those subsystems. I also wish to add more functions and change a bit more the code of the Tk::TableDataset example. Depending on the time left, I might also add more Object-Oriented wrappers.
In the next week I will complete the overall documentation by adding more concrete examples to all the functional subsystems. These examples will probably mainly come from the tests we've already wrote for those subsystems. I also wish to add more functions and change a bit more the code of the Tk::TableDataset example. Depending on the time left, I might also add more Object-Oriented wrappers.
Leave a comment